Searched refs:CountRoundDown (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 458 Value *CountRoundDown, Value *EndValue, 2805 Value *CountRoundDown = getOrCreateVectorTripCount(Lp); in createVectorizedLoopSkeleton() local 2808 createInductionVariable(Lp, StartIdx, CountRoundDown, Step, in createVectorizedLoopSkeleton() 2835 EndValue = CountRoundDown; in createVectorizedLoopSkeleton() 2840 CastInst::getCastOpcode(CountRoundDown, true, StepType, true); in createVectorizedLoopSkeleton() 2841 Value *CRD = B.CreateCast(CastOp, CountRoundDown, StepType, "cast.crd"); in createVectorizedLoopSkeleton() 2869 CountRoundDown, "cmp.n", MiddleBlock->getTerminator()); in createVectorizedLoopSkeleton() 2912 Value *CountRoundDown, Value *EndValue, in fixupIVUsers() argument 2946 CountRoundDown, ConstantInt::get(CountRoundDown->getType(), 1)); in fixupIVUsers()
|