Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp586 Value *CountRoundDown, Value *EndValue,
3697 Value *CountRoundDown = getOrCreateVectorTripCount(Lp); in createVectorizedLoopSkeleton() local
3699 createInductionVariable(Lp, StartIdx, CountRoundDown, Step, in createVectorizedLoopSkeleton()
3703 createInductionResumeValues(Lp, CountRoundDown); in createVectorizedLoopSkeleton()
3714 Value *CountRoundDown, Value *EndValue, in fixupIVUsers() argument
3753 CountRoundDown, ConstantInt::get(CountRoundDown->getType(), 1)); in fixupIVUsers()
8238 Value *CountRoundDown = getOrCreateVectorTripCount(Lp); in createEpilogueVectorizedLoopSkeleton() local
8239 EPI.VectorTripCount = CountRoundDown; in createEpilogueVectorizedLoopSkeleton()
8241 createInductionVariable(Lp, StartIdx, CountRoundDown, Step, in createEpilogueVectorizedLoopSkeleton()
8389 Value *CountRoundDown = getOrCreateVectorTripCount(Lp); in createEpilogueVectorizedLoopSkeleton() local
[all …]