Returns the I'th source register.
Synopsis
Declared in <llvm/CodeGen/GlobalISel/GenericMachineInstrs.h>
Register
getSourceReg(unsigned int I) const;
Return Value
The I'th source register.
Parameters
Name |
Description |
I |
‐ Zero‐based index of the source register. |
Created with MrDocs