Searched refs:IterVal (Results 1 – 1 of 1) sorted by relevance
210 const SCEV *IterVal = LeftAR->evaluateAtIteration( in countToEliminateCompares() local216 if (!SE.isKnownPredicate(Pred, IterVal, RightSCEV)) in countToEliminateCompares()221 SE.isKnownPredicate(Pred, IterVal, RightSCEV)) { in countToEliminateCompares()222 IterVal = SE.getAddExpr(IterVal, Step); in countToEliminateCompares()229 SE.isKnownPredicate(ICmpInst::getInversePredicate(Pred), IterVal, in countToEliminateCompares()