Post‐increment this register number and return the previous value.
Synopsis
Declared in <llvm/CodeGen/Register.h>
Register
operator++(int Unused);
Return Value
Copy of this register before incrementing.
Parameters
Name |
Description |
Unused |
Unused postfix‐discriminator parameter. |
Created with MrDocs