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

  /external/llvm/include/llvm/MC/
MCInstBuilder.h 38 MCInstBuilder &addImm(int64_t Val) {
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineInstrBuilder.h 73 /// addImm - Add a new immediate operand.
75 const MachineInstrBuilder &addImm(int64_t Val) const {
171 return addImm(Disp.getImm() + off);
  /external/llvm/include/llvm/CodeGen/
MachineInstrBuilder.h 87 const MachineInstrBuilder &addImm(int64_t Val) const {
223 return addImm(Disp.getImm() + off);

Completed in 104 milliseconds