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

/external/llvm/include/llvm/MC/
H A DMCInst.h40 kInst ///< Sub-instruction operand. enumerator in enum:llvm::MCOperand::MachineOperandType
60 bool isInst() const { return Kind == kInst; }
137 Op.Kind = kInst;

Completed in 277 milliseconds