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

Lines Matching refs:LE

195     BasicBlock::iterator LI = L->begin(), LE = L->end();
201 assert(LI != LE && RI != R->end());
216 } while (LI != LE); // This is sufficient: we can't get equality of
221 for (LI = L->begin(), RI = R->begin(); LI != LE; ++LI, ++RI)
467 LI = L->arg_begin(), LE = L->arg_end(),
469 LI != LE && RI != RE; ++LI, ++RI)
491 BasicBlock::iterator LE = LStart->getParent()->end();
494 unsigned NL = std::distance(LStart, LE);
522 for (BasicBlock::iterator LI = LStart; LI != LE; ++LI, ++Index) {
566 assert(LI != LE && RI != RE);
576 assert(LI != LE);
591 while (LI != LE) {