Home | History | Annotate | Download | only in IPO

Lines Matching defs:LE

446     AttributeSet::iterator LI = L.begin(i), LE = L.end(i), RI = R.begin(i),
448 for (; LI != LE && RI != RE; ++LI, ++RI) {
456 if (LI != LE)
594 const ConstantExpr *LE = cast<ConstantExpr>(L);
596 unsigned NumOperandsL = LE->getNumOperands();
601 if (int Res = cmpConstants(cast<Constant>(LE->getOperand(i)),