Searched refs:OffsetMO (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp540 const MachineOperand &OffsetMO = MI->getOperand(OpNum + 1); local
542 assert(OffsetMO.isImm() && "Unexpected offset for inline asm memory operand.");
543 int Offset = OffsetMO.getImm();
/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp92 MachineOperand &OffsetMO = MI->getOperand(2); local
96 OffsetMO.getImm());
100 OffsetMO.setImm(Offset);

Completed in 110 milliseconds