HomeSort by relevance Sort by last modified time
    Searched defs:K_Imm (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/TableGen/
CodeGenInstruction.h 315 K_Imm,
321 ResultOperand(int64_t I) : Imm(I), Kind(K_Imm) {}
325 bool isImm() const { return Kind == K_Imm; }
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenInstruction.h 290 K_Imm,
295 ResultOperand(int64_t I) : Imm(I), Kind(K_Imm) {}
299 bool isImm() const { return Kind == K_Imm; }

Completed in 347 milliseconds