Home | History | Annotate | Download | only in Analysis

Lines Matching refs:ElSize

419       const SCEV *ElSize = SE.getSizeOfExpr(ElTy);
420 if (!ElSize->isZero()) {
425 if (FactorOutConstant(Op, Remainder, ElSize, SE, SE.TD)) {
426 // Op now has ElSize factored out.