Increment operators

Synopses

Declared in <llvm/CodeGen/Register.h>

Operators to move from one register to another nearby register by adding an offset.

Post‐increment this register number and return the previous value.

Register
operator++(int Unused);

Return Value

  • Reference to this register after incrementing.

  • Copy of this register before incrementing.

Parameters

Name

Description

Unused

Unused postfix‐discriminator parameter.

Created with MrDocs