Home | History | Annotate | Download | only in Analysis

Lines Matching refs:A1B2

486       const SCEV *A1B2 = SE->getMulExpr(X->getA(), Y->getB());
493 dyn_cast<SCEVConstant>(SE->getMinusSCEV(A1B2, A2B1));
495 dyn_cast<SCEVConstant>(SE->getMinusSCEV(A2B1, A1B2));