Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp354 const SCEV *LHSS = SE->getSCEV(LHS); in runOnLoop()
355 if (isa<SCEVCouldNotCompute>(LHSS)) in runOnLoop()
362 if (SE->isLoopInvariant(LHSS, L)) {
364 std::swap(LHSS, RHSS); in INITIALIZE_PASS_DEPENDENCY()
368 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(LHSS); in INITIALIZE_PASS_DEPENDENCY()
394 const SCEV *LHSS = SE->getSCEV(LHS); parseLoopICmp() local
H A DIndVarSimplify.cpp1277 const SCEV *LHSS = SE->getSCEVAtScope(LHS, L); in createReplacement() local
1280 if (auto EV = SE->evaluatePredicateAt(Pred, LHSS, RHSS, BI)) in createReplacement()
1283 auto *ARTy = LHSS->getType(); in createReplacement()
1310 auto LIP = SE->getLoopInvariantExitCondDuringFirstIterations(Pred, LHSS, RHSS, in createReplacement()