Searched defs:MO_ConstantPoolIndex (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineOperand.h52 MO_ConstantPoolIndex, ///< Address of indexed Constant in Constant Pool enumerator in enum:llvm::MachineOperand::MachineOperandType
235 /// isCPI - Tests if this is a MO_ConstantPoolIndex operand.
236 bool isCPI() const { return OpKind == MO_ConstantPoolIndex; }
597 MachineOperand Op(MachineOperand::MO_ConstantPoolIndex);

Completed in 61 milliseconds