Home | History | Annotate | Download | only in llvm-diff

Lines Matching defs:LE

195     BasicBlock::iterator LI = L->begin(), LE = L->end();
199 assert(LI != LE && RI != R->end());
214 } while (LI != LE); // This is sufficient: we can't get equality of
219 for (LI = L->begin(), RI = R->begin(); LI != LE; ++LI, ++RI)
465 LI = L->arg_begin(), LE = L->arg_end(),
467 LI != LE && RI != RE; ++LI, ++RI)
489 BasicBlock::iterator LE = LStart->getParent()->end();
492 unsigned NL = std::distance(LStart, LE);
520 for (BasicBlock::iterator LI = LStart; LI != LE; ++LI, ++Index) {
564 assert(LI != LE && RI != RE);
574 assert(LI != LE);
589 while (LI != LE) {