Home
last modified time | relevance | path

Searched refs:IK_IntInduction (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DVPlanHCFGTransforms.cpp63 if (II.getKind() == InductionDescriptor::IK_IntInduction || in VPInstructionsToVPRecipes()
H A DLoopVectorizationLegality.cpp560 if (ID.getKind() == InductionDescriptor::IK_IntInduction && in addInductionPhi()
594 ID.getKind() == InductionDescriptor::IK_IntInduction) { in setupOuterLoopInductions()
H A DLoopVectorize.cpp2655 case InductionDescriptor::IK_IntInduction: { in emitTransformedIndex()
3830 case InductionDescriptor::IK_IntInduction: in widenPHIInstruction()
6458 if (II.getKind() == InductionDescriptor::IK_IntInduction || in tryToOptimizeInduction()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DIVDescriptors.h259 IK_IntInduction, ///< Integer induction variable. Step = C. enumerator
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DIVDescriptors.cpp782 assert((IK != IK_IntInduction || StartValue->getType()->isIntegerTy()) && in InductionDescriptor()
1060 D = InductionDescriptor(StartValue, IK_IntInduction, Step, /*BOp=*/nullptr, in isInductionPHI()