Searched refs:RHSS (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopPredication.cpp | 357 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 D | IndVarSimplify.cpp | 1278 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 D | InductiveRangeCheckElimination.cpp | 352 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()
|