Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp382 const SCEV *RHSS = SE->getSCEV(RHS); in parseLoopICmp() local
383 if (isa<SCEVCouldNotCompute>(RHSS)) in parseLoopICmp()
389 std::swap(LHSS, RHSS); in parseLoopICmp()
397 return LoopICmp(Pred, AR, RHSS); in parseLoopICmp()
H A DIndVarSimplify.cpp1354 const SCEV *RHSS = SE->getSCEVAtScope(RHS, L); in optimizeLoopExitWithUnknownExitCount() local
1356 if (SE->isKnownPredicateAt(Pred, LHSS, RHSS, BI)) { in optimizeLoopExitWithUnknownExitCount()
1382 auto LIP = SE->getLoopInvariantExitCondDuringFirstIterations(Pred, LHSS, RHSS, in optimizeLoopExitWithUnknownExitCount()