Searched refs:OpOff (Results 1 – 1 of 1) sorted by relevance
258 const MachineOperand OpOff = MI.getOperand(2); in isLoadFromStackSlot() local259 if (!OpOff.isImm() || OpOff.getImm() != 0) in isLoadFromStackSlot()272 const MachineOperand OpOff = MI.getOperand(3); in isLoadFromStackSlot() local273 if (!OpOff.isImm() || OpOff.getImm() != 0) in isLoadFromStackSlot()306 const MachineOperand &OpOff = MI.getOperand(1); in isStoreToStackSlot() local307 if (!OpOff.isImm() || OpOff.getImm() != 0) in isStoreToStackSlot()324 const MachineOperand &OpOff = MI.getOperand(2); in isStoreToStackSlot() local325 if (!OpOff.isImm() || OpOff.getImm() != 0) in isStoreToStackSlot()