Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h383 IK_IntInduction, ///< Integer induction variable. Step = C. enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp706 if (ID.getKind() == InductionDescriptor::IK_IntInduction && in addInductionPhi()
740 ID.getKind() == InductionDescriptor::IK_IntInduction) { in setupOuterLoopInductions()
1364 if (ID.getKind() == InductionDescriptor::IK_IntInduction || in getIntOrFpInductionDescriptor()
H A DVPlanTransforms.cpp672 Plan, InductionDescriptor::IK_IntInduction, Instruction::Add, nullptr, in legalizeAndOptimizeInductions()
2605 if (ID.getKind() == InductionDescriptor::IK_IntInduction) { in expandVPWidenIntOrFpInduction()
H A DLoopVectorize.cpp2163 case InductionDescriptor::IK_IntInduction: { in emitTransformedIndex()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp1355 assert((IK != IK_IntInduction || StartValue->getType()->isIntegerTy()) && in InductionDescriptor()
1634 D = InductionDescriptor(StartValue, IK_IntInduction, Step, BOp, in isInductionPHI()