Searched refs:OpOff (Results 1 – 1 of 1) sorted by relevance
308 const MachineOperand OpOff = MI.getOperand(2); in isLoadFromStackSlot() local309 if (!OpOff.isImm() || OpOff.getImm() != 0) in isLoadFromStackSlot()322 const MachineOperand OpOff = MI.getOperand(3); in isLoadFromStackSlot() local323 if (!OpOff.isImm() || OpOff.getImm() != 0) in isLoadFromStackSlot()356 const MachineOperand &OpOff = MI.getOperand(1); in isStoreToStackSlot() local357 if (!OpOff.isImm() || OpOff.getImm() != 0) in isStoreToStackSlot()374 const MachineOperand &OpOff = MI.getOperand(2); in isStoreToStackSlot() local375 if (!OpOff.isImm() || OpOff.getImm() != 0) in isStoreToStackSlot()