Searched refs:LeftAR (Results 1 – 1 of 1) sorted by relevance
191 const SCEVAddRecExpr *LeftAR = cast<SCEVAddRecExpr>(LeftSCEV); in countToEliminateCompares() local201 if (!LeftAR->isAffine() || LeftAR->getLoop() != &L || in countToEliminateCompares()202 !SE.isMonotonicPredicate(LeftAR, Pred, Increasing)) in countToEliminateCompares()210 const SCEV *IterVal = LeftAR->evaluateAtIteration( in countToEliminateCompares()219 const SCEV *Step = LeftAR->getStepRecurrence(SE); in countToEliminateCompares()