Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp390 const SCEVAddRecExpr *LeftAR = cast<SCEVAddRecExpr>(LeftSCEV); in countToEliminateCompares() local
394 if (!LeftAR->isAffine() || LeftAR->getLoop() != &L) in countToEliminateCompares()
396 if (!(ICmpInst::isEquality(Pred) && LeftAR->hasNoSelfWrap()) && in countToEliminateCompares()
397 !SE.getMonotonicPredicateType(LeftAR, Pred)) in countToEliminateCompares()
404 const SCEV *IterVal = LeftAR->evaluateAtIteration( in countToEliminateCompares()
413 const SCEV *Step = LeftAR->getStepRecurrence(SE); in countToEliminateCompares()