Lines Matching defs:RHSExpr
487 const SCEV *RHSExpr = SE->getSCEV(RHS);
488 if (BExpr != RHSExpr) {
490 tryReassociatedBinaryOp(getBinarySCEV(I, AExpr, RHSExpr), B, I))
493 if (AExpr != RHSExpr) {
495 tryReassociatedBinaryOp(getBinarySCEV(I, BExpr, RHSExpr), A, I))
656 const SCEV *RHSExpr = SE->getSCEV(RHS);
658 if (BExpr != RHSExpr) {
660 if (auto *NewMinMax = tryCombination(A, AExpr, RHS, RHSExpr, B, BExpr))
664 if (AExpr != RHSExpr) {
666 if (auto *NewMinMax = tryCombination(RHS, RHSExpr, B, BExpr, A, AExpr))