Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp562 if (ID.getKind() == InductionDescriptor::IK_IntInduction && in addInductionPhi()
596 ID.getKind() == InductionDescriptor::IK_IntInduction) { in setupOuterLoopInductions()
1046 if (ID.getKind() == InductionDescriptor::IK_IntInduction || in getIntOrFpInductionDescriptor()
H A DLoopVectorize.cpp2456 case InductionDescriptor::IK_IntInduction: { in emitTransformedIndex()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DIVDescriptors.h308 IK_IntInduction, ///< Integer induction variable. Step = C. enumerator
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DIVDescriptors.cpp1250 assert((IK != IK_IntInduction || StartValue->getType()->isIntegerTy()) && in InductionDescriptor()
1533 D = InductionDescriptor(StartValue, IK_IntInduction, Step, BOp, in isInductionPHI()