Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DIVDescriptors.h309 IK_PtrInduction, ///< Pointer induction var. Step = C / sizeof(elem). enumerator
368 assert(IK == IK_PtrInduction && "Only pointer induction has element type"); in getElementType()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DIVDescriptors.cpp1248 assert((IK != IK_PtrInduction || StartValue->getType()->isPointerTy()) && in InductionDescriptor()
1257 assert((IK != IK_PtrInduction || getConstIntStepValue()) && in InductionDescriptor()
1270 if (IK == IK_PtrInduction) in InductionDescriptor()
1566 D = InductionDescriptor(StartValue, IK_PtrInduction, StepValue, in isInductionPHI()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp1057 if (ID.getKind() == InductionDescriptor::IK_PtrInduction) in getPointerInductionDescriptor()
H A DLoopVectorize.cpp2466 case InductionDescriptor::IK_PtrInduction: { in emitTransformedIndex()
4393 InductionDescriptor::IK_PtrInduction && in collectLoopScalars()
9333 assert(IndDesc.getKind() == InductionDescriptor::IK_PtrInduction && in execute()