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

  /external/llvm/include/llvm/MC/
MCInstBuilder.h 38 MCInstBuilder &addImm(int64_t Val) {
  /external/llvm/include/llvm/CodeGen/
MachineInstrBuilder.h 81 /// addImm - Add a new immediate operand.
83 const MachineInstrBuilder &addImm(int64_t Val) const {
203 return addImm(Disp.getImm() + off);
358 .addImm(Offset)

Completed in 70 milliseconds