Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp379 const SCEV *LHSS = SE->getSCEV(LHS); in parseLoopICmp() local
380 if (isa<SCEVCouldNotCompute>(LHSS)) in parseLoopICmp()
387 if (SE->isLoopInvariant(LHSS, L)) { in parseLoopICmp()
389 std::swap(LHSS, RHSS); in parseLoopICmp()
393 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(LHSS); in parseLoopICmp()
H A DIndVarSimplify.cpp1353 const SCEV *LHSS = SE->getSCEVAtScope(LHS, L); in optimizeLoopExitWithUnknownExitCount() local
1356 if (SE->isKnownPredicateAt(Pred, LHSS, RHSS, BI)) { in optimizeLoopExitWithUnknownExitCount()
1364 auto *ARTy = LHSS->getType(); in optimizeLoopExitWithUnknownExitCount()
1382 auto LIP = SE->getLoopInvariantExitCondDuringFirstIterations(Pred, LHSS, RHSS, in optimizeLoopExitWithUnknownExitCount()