Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDIVDescriptors.h312 IK_PtrInduction, ///< Pointer induction var. Step = C. enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDLoopVectorizationLegality.cpp844 return ID.getKind() == InductionDescriptor::IK_PtrInduction && in canVectorizeInstrs()
1232 if (ID.getKind() == InductionDescriptor::IK_PtrInduction) in getPointerInductionDescriptor()
HDLoopVectorize.cpp2274 case InductionDescriptor::IK_PtrInduction: in emitTransformedIndex()
3261 InductionDescriptor::IK_PtrInduction && in collectLoopScalars()
9055 assert(IndDesc.getKind() == InductionDescriptor::IK_PtrInduction && in execute()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDIVDescriptors.cpp1242 assert((IK != IK_PtrInduction || StartValue->getType()->isPointerTy()) && in InductionDescriptor()
1534 D = InductionDescriptor(StartValue, IK_PtrInduction, Step); in isInductionPHI()