Searched refs:IK_IntInduction (Results 1 – 5 of 5) sorted by relevance
63 if (II.getKind() == InductionDescriptor::IK_IntInduction || in VPInstructionsToVPRecipes()
560 if (ID.getKind() == InductionDescriptor::IK_IntInduction && in addInductionPhi()594 ID.getKind() == InductionDescriptor::IK_IntInduction) { in setupOuterLoopInductions()
2655 case InductionDescriptor::IK_IntInduction: { in emitTransformedIndex()3830 case InductionDescriptor::IK_IntInduction: in widenPHIInstruction()6458 if (II.getKind() == InductionDescriptor::IK_IntInduction || in tryToOptimizeInduction()
259 IK_IntInduction, ///< Integer induction variable. Step = C. enumerator
782 assert((IK != IK_IntInduction || StartValue->getType()->isIntegerTy()) && in InductionDescriptor()1060 D = InductionDescriptor(StartValue, IK_IntInduction, Step, /*BOp=*/nullptr, in isInductionPHI()