Home | History | Annotate | Download | only in Analysis

Lines Matching refs:A1B2

491       const SCEV *A1B2 = SE->getMulExpr(X->getA(), Y->getB());
498 dyn_cast<SCEVConstant>(SE->getMinusSCEV(A1B2, A2B1));
500 dyn_cast<SCEVConstant>(SE->getMinusSCEV(A2B1, A1B2));