Searched refs:IndDesc (Results 1 – 2 of 2) sorted by relevance
202 InductionDescriptor IndDesc; in getBounds() local203 if (!InductionDescriptor::isInductionPHI(&IndVar, &L, &SE, IndDesc)) in getBounds()206 Value *InitialIVValue = IndDesc.getStartValue(); in getBounds()207 Instruction *StepInst = IndDesc.getInductionBinOp(); in getBounds()211 const SCEV *Step = IndDesc.getStep(); in getBounds()306 InductionDescriptor IndDesc; in getInductionVariable() local307 if (!InductionDescriptor::isInductionPHI(&IndVar, this, &SE, IndDesc)) in getInductionVariable()310 Instruction *StepInst = IndDesc.getInductionBinOp(); in getInductionVariable()331 InductionDescriptor &IndDesc) const { in getInductionDescriptor()333 return InductionDescriptor::isInductionPHI(IndVar, this, &SE, IndDesc); in getInductionDescriptor()[all …]
722 InductionDescriptor &IndDesc) const;