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

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

Completed in 45 milliseconds