Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp385 const SCEV *LHSS = SE->getSCEV(LHS); in parseLoopICmp() local
386 if (isa<SCEVCouldNotCompute>(LHSS)) in parseLoopICmp()
393 if (SE->isLoopInvariant(LHSS, L)) { in parseLoopICmp()
395 std::swap(LHSS, RHSS); in parseLoopICmp()
399 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(LHSS); in parseLoopICmp()
H A DIndVarSimplify.cpp1385 const SCEV *LHSS = SE->getSCEVAtScope(LHS, L); in optimizeLoopExitWithUnknownExitCount() local
1388 if (SE->isKnownPredicateAt(Pred, LHSS, RHSS, BI)) { in optimizeLoopExitWithUnknownExitCount()
1396 auto *ARTy = LHSS->getType(); in optimizeLoopExitWithUnknownExitCount()
1414 auto LIP = SE->getLoopInvariantExitCondDuringFirstIterations(Pred, LHSS, RHSS, in optimizeLoopExitWithUnknownExitCount()