Home
last modified time | relevance | path

Searched refs:LeftAR (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp266 const SCEVAddRecExpr *LeftAR = cast<SCEVAddRecExpr>(LeftSCEV); in countToEliminateCompares() local
270 if (!LeftAR->isAffine() || LeftAR->getLoop() != &L) in countToEliminateCompares()
272 if (!(ICmpInst::isEquality(Pred) && LeftAR->hasNoSelfWrap()) && in countToEliminateCompares()
273 !SE.getMonotonicPredicateType(LeftAR, Pred)) in countToEliminateCompares()
280 const SCEV *IterVal = LeftAR->evaluateAtIteration( in countToEliminateCompares()
289 const SCEV *Step = LeftAR->getStepRecurrence(SE); in countToEliminateCompares()