Lines Matching refs:StepInst
181 const Instruction &StepInst) { in findFinalIVValue() argument
188 if (Op0 == &IndVar || Op0 == &StepInst) in findFinalIVValue()
191 if (Op1 == &IndVar || Op1 == &StepInst) in findFinalIVValue()
205 Instruction *StepInst = IndDesc.getInductionBinOp(); in getBounds() local
206 if (!InitialIVValue || !StepInst) in getBounds()
210 Value *StepInstOp1 = StepInst->getOperand(1); in getBounds()
211 Value *StepInstOp0 = StepInst->getOperand(0); in getBounds()
218 Value *FinalIVValue = findFinalIVValue(L, IndVar, *StepInst); in getBounds()
222 return LoopBounds(L, *InitialIVValue, *StepInst, StepValue, *FinalIVValue, in getBounds()
309 Value *StepInst = IndVar.getIncomingValueForBlock(Latch); in getInductionVariable() local
315 if (StepInst == LatchCmpOp0 || StepInst == LatchCmpOp1) in getInductionVariable()