Home | History | Annotate | Download | only in Analysis

Lines Matching full:elsize

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