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

/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
H A DSPUInstrInfo.cpp86 const MachineOperand MOp2 = MI->getOperand(2); local
87 if (MOp1.isImm() && MOp2.isFI()) {
88 FrameIndex = MOp2.getIndex();
113 const MachineOperand MOp2 = MI->getOperand(2); local
114 if (MOp1.isImm() && MOp2.isFI()) {
115 FrameIndex = MOp2.getIndex();

Completed in 62 milliseconds