Lines Matching defs:LE
304 BasicBlock::const_iterator LI = L->begin(), LE = L->end();
308 assert(LI != LE && RI != R->end());
329 } while (LI != LE); // This is sufficient: we can't get equality of
334 for (LI = L->begin(), RI = R->begin(); LI != LE; ++LI, ++RI)
774 for (Function::const_arg_iterator LI = L->arg_begin(), LE = L->arg_end(),
776 LI != LE && RI != RE; ++LI, ++RI)
799 BasicBlock::const_iterator LE = LStart->getParent()->end();
802 unsigned NL = std::distance(LStart, LE);
830 for (BasicBlock::const_iterator LI = LStart; LI != LE; ++LI, ++Index) {
876 assert(LI != LE && RI != RE);
886 assert(LI != LE);
901 while (LI != LE) {