Lines Matching defs:InductionDescriptor
1269 InductionDescriptor::InductionDescriptor(Value *Start, InductionKind K,
1305 ConstantInt *InductionDescriptor::getConstIntStepValue() const {
1311 bool InductionDescriptor::isFPInductionPHI(PHINode *Phi, const Loop *TheLoop,
1313 InductionDescriptor &D) {
1360 D = InductionDescriptor(StartValue, IK_FpInduction, Step, BOp);
1469 bool InductionDescriptor::isInductionPHI(PHINode *Phi, const Loop *TheLoop,
1471 InductionDescriptor &D, bool Assume) {
1513 bool InductionDescriptor::isInductionPHI(
1515 InductionDescriptor &D, const SCEV *Expr,
1562 D = InductionDescriptor(StartValue, IK_IntInduction, Step, BOp,
1570 D = InductionDescriptor(StartValue, IK_PtrInduction, Step);