Home | History | Annotate | Download | only in Analysis

Lines Matching refs:ElSize

394       const SCEV *ElSize = SE.getSizeOfExpr(ElTy);
395 if (!ElSize->isZero()) {
400 if (FactorOutConstant(Op, Remainder, ElSize, SE, SE.TD)) {
401 // Op now has ElSize factored out.