Lines Matching defs:InductionDescriptor
1233 InductionDescriptor::InductionDescriptor(Value *Start, InductionKind K,
1269 ConstantInt *InductionDescriptor::getConstIntStepValue() const {
1275 bool InductionDescriptor::isFPInductionPHI(PHINode *Phi, const Loop *TheLoop,
1277 InductionDescriptor &D) {
1324 D = InductionDescriptor(StartValue, IK_FpInduction, Step, BOp);
1433 bool InductionDescriptor::isInductionPHI(PHINode *Phi, const Loop *TheLoop,
1435 InductionDescriptor &D, bool Assume) {
1477 bool InductionDescriptor::isInductionPHI(
1479 InductionDescriptor &D, const SCEV *Expr,
1526 D = InductionDescriptor(StartValue, IK_IntInduction, Step, BOp,
1534 D = InductionDescriptor(StartValue, IK_PtrInduction, Step);