Home
last modified time | relevance | path

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

/freebsd-14.2/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()
1213 if (ID.getKind() == InductionDescriptor::IK_IntInduction || in getIntOrFpInductionDescriptor()
H A DVPlanRecipes.cpp1595 if (Ty != getScalarType() || Kind != InductionDescriptor::IK_IntInduction) in isCanonical()
H A DLoopVectorize.cpp2389 case InductionDescriptor::IK_IntInduction: { in emitTransformedIndex()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h311 IK_IntInduction, ///< Integer induction variable. Step = C. enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp1245 assert((IK != IK_IntInduction || StartValue->getType()->isIntegerTy()) && in InductionDescriptor()
1527 D = InductionDescriptor(StartValue, IK_IntInduction, Step, BOp, in isInductionPHI()