Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2228 Value *IdxEndRoundDown = BypassBuilder.CreateAdd(CountRoundDown, StartIdx, in createEmptyLoop() local
2234 BypassBuilder.CreateICmpEQ(IdxEndRoundDown, StartIdx, "cmp.zero"); in createEmptyLoop()
2362 BypassBuilder.CreateTrunc(IdxEndRoundDown, OrigPhi->getType()); in createEmptyLoop()
2372 EndValue = IdxEndRoundDown; in createEmptyLoop()
2428 ResumeIndex->addIncoming(IdxEndRoundDown, VecBody); in createEmptyLoop()
2451 Value *ICmp = Builder.CreateICmpEQ(NextIdx, IdxEndRoundDown); in createEmptyLoop()