Searched refs:RHSS (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LoopPredication.cpp | 388 const SCEV *RHSS = SE->getSCEV(RHS); in parseLoopICmp() local 389 if (isa<SCEVCouldNotCompute>(RHSS)) in parseLoopICmp() 395 std::swap(LHSS, RHSS); in parseLoopICmp() 403 return LoopICmp(Pred, AR, RHSS); in parseLoopICmp()
|
| H A D | IndVarSimplify.cpp | 1386 const SCEV *RHSS = SE->getSCEVAtScope(RHS, L); in optimizeLoopExitWithUnknownExitCount() local 1388 if (SE->isKnownPredicateAt(Pred, LHSS, RHSS, BI)) { in optimizeLoopExitWithUnknownExitCount() 1414 auto LIP = SE->getLoopInvariantExitCondDuringFirstIterations(Pred, LHSS, RHSS, in optimizeLoopExitWithUnknownExitCount()
|