Searched refs:CountRoundDown (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 583 Value *CountRoundDown, Value *EndValue, 3743 Value *CountRoundDown = getOrCreateVectorTripCount(Lp); in createVectorizedLoopSkeleton() local 3745 createInductionVariable(Lp, StartIdx, CountRoundDown, Step, in createVectorizedLoopSkeleton() 3749 createInductionResumeValues(Lp, CountRoundDown); in createVectorizedLoopSkeleton() 3799 CountRoundDown, ConstantInt::get(CountRoundDown->getType(), 1)); in fixupIVUsers() 8330 Value *CountRoundDown = getOrCreateVectorTripCount(Lp); in createEpilogueVectorizedLoopSkeleton() local 8331 EPI.VectorTripCount = CountRoundDown; in createEpilogueVectorizedLoopSkeleton() 8333 createInductionVariable(Lp, StartIdx, CountRoundDown, Step, in createEpilogueVectorizedLoopSkeleton() 8490 Value *CountRoundDown = getOrCreateVectorTripCount(Lp); in createEpilogueVectorizedLoopSkeleton() local 8494 createInductionVariable(Lp, StartIdx, CountRoundDown, Step, in createEpilogueVectorizedLoopSkeleton() [all …]
|