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

/external/llvm/include/llvm/CodeGen/
H A DMachineOperand.h47 MO_Immediate, ///< Immediate operand enumerator in enum:llvm::MachineOperand::MachineOperandType
155 int64_t ImmVal; // For MO_Immediate.
225 /// isImm - Tests if this is a MO_Immediate operand.
226 bool isImm() const { return OpKind == MO_Immediate; }
543 MachineOperand Op(MachineOperand::MO_Immediate);

Completed in 194 milliseconds