Lines Matching refs:StepInst
185 const Instruction &StepInst) { in findFinalIVValue() argument
192 if (Op0 == &IndVar || Op0 == &StepInst) in findFinalIVValue()
195 if (Op1 == &IndVar || Op1 == &StepInst) in findFinalIVValue()
209 Instruction *StepInst = IndDesc.getInductionBinOp(); in getBounds() local
210 if (!InitialIVValue || !StepInst) in getBounds()
214 Value *StepInstOp1 = StepInst->getOperand(1); in getBounds()
215 Value *StepInstOp0 = StepInst->getOperand(0); in getBounds()
222 Value *FinalIVValue = findFinalIVValue(L, IndVar, *StepInst); in getBounds()
226 return LoopBounds(L, *InitialIVValue, *StepInst, StepValue, *FinalIVValue, in getBounds()
313 Value *StepInst = IndVar.getIncomingValueForBlock(Latch); in getInductionVariable() local
319 if (StepInst == LatchCmpOp0 || StepInst == LatchCmpOp1) in getInductionVariable()