Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp357 const SCEV *RHSS = SE->getSCEV(RHS);
358 if (isa<SCEVCouldNotCompute>(RHSS))
364 std::swap(LHSS, RHSS); in INITIALIZE_PASS_DEPENDENCY()
372 return LoopICmp(Pred, AR, RHSS); in run()
397 const SCEV *RHSS = SE->getSCEV(RHS); parseLoopICmp() local
H A DIndVarSimplify.cpp1278 const SCEV *RHSS = SE->getSCEVAtScope(RHS, L); in createReplacement() local
1280 if (auto EV = SE->evaluatePredicateAt(Pred, LHSS, RHSS, BI)) in createReplacement()
1310 auto LIP = SE->getLoopInvariantExitCondDuringFirstIterations(Pred, LHSS, RHSS, in createReplacement()
H A DInductiveRangeCheckElimination.cpp352 const SCEV *RHSS = SE.getSCEV(RHS); in parseIvAgaisntLimit()
354 if (SE.willNotOverflow(Instruction::BinaryOps::Add, Signed, RHSS, One)) { in parseIvAgaisntLimit() local
356 End = SE.getAddExpr(RHSS, One); in parseIvAgaisntLimit()