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

/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1316 // IterationsLeft - are there any more iterations left, given the original
1320 Value *IterationsLeft = B.CreateICmp(Pred, IndVarBase, LoopExitAt); local
1321 B.CreateCondBr(IterationsLeft, RRI.PseudoExit, LS.LatchExit);

Completed in 121 milliseconds