Home | History | Annotate | Download | only in Analysis

Lines Matching defs:ML

1213     const SCEV *ML = SE->getMulExpr(SE->getMulExpr(ConstCoeff, UpperBound),
1215 DEBUG(dbgs() << "\t ML = " << *ML << "\n");
1216 if (isKnownPredicate(CmpInst::ICMP_SGT, Delta, ML)) {
1222 if (isKnownPredicate(CmpInst::ICMP_EQ, Delta, ML)) {