Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2903 Value *CountRoundDown = getOrCreateVectorTripCount(Lp); in createEmptyLoop() local
2906 createInductionVariable(Lp, StartIdx, CountRoundDown, Step, in createEmptyLoop()
2933 EndValue = CountRoundDown; in createEmptyLoop()
2936 Value *CRD = B.CreateSExtOrTrunc(CountRoundDown, in createEmptyLoop()
2961 CountRoundDown, "cmp.n", in createEmptyLoop()