Searched refs:IterationsLeft (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1318 // IterationsLeft - are there any more iterations left, given the original
1322 Value *IterationsLeft = B.CreateICmp(Pred, IndVarBase, LoopExitAt); local
1323 B.CreateCondBr(IterationsLeft, RRI.PseudoExit, LS.LatchExit);

Completed in 81 milliseconds