Searched refs:IndDesc (Results 1 – 2 of 2) sorted by relevance
204 InductionDescriptor IndDesc; in getBounds() local205 if (!InductionDescriptor::isInductionPHI(&IndVar, &L, &SE, IndDesc)) in getBounds()208 Value *InitialIVValue = IndDesc.getStartValue(); in getBounds()209 Instruction *StepInst = IndDesc.getInductionBinOp(); in getBounds()213 const SCEV *Step = IndDesc.getStep(); in getBounds()308 InductionDescriptor IndDesc; in getInductionVariable() local309 if (!InductionDescriptor::isInductionPHI(&IndVar, this, &SE, IndDesc)) in getInductionVariable()312 Instruction *StepInst = IndDesc.getInductionBinOp(); in getInductionVariable()333 InductionDescriptor &IndDesc) const { in getInductionDescriptor()335 return InductionDescriptor::isInductionPHI(IndVar, this, &SE, IndDesc); in getInductionDescriptor()[all …]
743 InductionDescriptor &IndDesc) const;