Create a constant-pool index machine operand.
Declared in <llvm/CodeGen/MachineOperand.h>
static
MachineOperand
CreateCPI(
unsigned int Idx,
int Offset,
unsigned int TargetFlags = 0);
A new MO_ConstantPoolIndex MachineOperand.
| Name | Description |
|---|---|
| Idx | Constant pool index. |
| Offset | Byte offset from the pool entry. |
| TargetFlags | Optional target-specific flags. |