Lines Matching refs:StepInst
186 const Instruction &StepInst) { in findFinalIVValue() argument
193 if (Op0 == &IndVar || Op0 == &StepInst) in findFinalIVValue()
196 if (Op1 == &IndVar || Op1 == &StepInst) in findFinalIVValue()
210 Instruction *StepInst = IndDesc.getInductionBinOp(); in getBounds() local
211 if (!InitialIVValue || !StepInst) in getBounds()
215 Value *StepInstOp1 = StepInst->getOperand(1); in getBounds()
216 Value *StepInstOp0 = StepInst->getOperand(0); in getBounds()
223 Value *FinalIVValue = findFinalIVValue(L, IndVar, *StepInst); in getBounds()
227 return LoopBounds(L, *InitialIVValue, *StepInst, StepValue, *FinalIVValue, in getBounds()
314 Value *StepInst = IndVar.getIncomingValueForBlock(Latch); in getInductionVariable() local
320 if (StepInst == LatchCmpOp0 || StepInst == LatchCmpOp1) in getInductionVariable()