Home | History | Annotate | Download | only in Analysis

Lines Matching refs:SOp

273         const SCEV *SOp = M->getOperand(i);
274 const SCEV *Remainder = SE.getConstant(SOp->getType(), 0);
275 if (FactorOutConstant(SOp, Remainder, Factor, SE, TD) &&
278 NewMulOps[i] = SOp;