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

/external/llvm/utils/TableGen/
H A DCodeGenInstruction.h302 K_Imm, enumerator in enum:llvm::CodeGenInstAlias::ResultOperand::__anon10135
307 ResultOperand(int64_t I) : Imm(I), Kind(K_Imm) {}
311 bool isImm() const { return Kind == K_Imm; }

Completed in 709 milliseconds