Home | History | Annotate | Download | only in Analysis

Lines Matching defs:ML

1236     const SCEV *ML = SE->getMulExpr(SE->getMulExpr(ConstCoeff, UpperBound),
1238 DEBUG(dbgs() << "\t ML = " << *ML << "\n");
1239 if (isKnownPredicate(CmpInst::ICMP_SGT, Delta, ML)) {
1245 if (isKnownPredicate(CmpInst::ICMP_EQ, Delta, ML)) {