Replace this operand with a new constant pool index operand.
Synopsis
Declared in <llvm/CodeGen/MachineOperand.h>
void
ChangeToCPI(
unsigned int Idx,
int Offset,
unsigned int TargetFlags = 0);
Parameters
Name |
Description |
Idx |
Constant pool index. |
Offset |
Byte offset from the pool entry. |
TargetFlags |
Optional target‐specific flags. |
Created with MrDocs