Searched refs:OpOff (Results 1 – 1 of 1) sorted by relevance
263 const MachineOperand OpOff = MI.getOperand(2); in isLoadFromStackSlot() local264 if (!OpOff.isImm() || OpOff.getImm() != 0) in isLoadFromStackSlot()277 const MachineOperand OpOff = MI.getOperand(3); in isLoadFromStackSlot() local278 if (!OpOff.isImm() || OpOff.getImm() != 0) in isLoadFromStackSlot()311 const MachineOperand &OpOff = MI.getOperand(1); in isStoreToStackSlot() local312 if (!OpOff.isImm() || OpOff.getImm() != 0) in isStoreToStackSlot()329 const MachineOperand &OpOff = MI.getOperand(2); in isStoreToStackSlot() local330 if (!OpOff.isImm() || OpOff.getImm() != 0) in isStoreToStackSlot()