Home | History | Annotate | Download | only in Analysis

Lines Matching full:elementsize

3306       const SCEV *ElementSize = getSizeOfExpr(IntPtrTy, *GTI);
3312 const SCEV *LocalOffset = getMulExpr(IndexS, ElementSize, Wrap);
7380 const SCEV *ElementSize) const {
7382 if (Terms.size() < 1 || !ElementSize)
7410 SCEVDivision::divide(SE, Term, ElementSize, &Q, &R);
7434 Sizes.push_back(ElementSize);
7552 const SCEV *ElementSize) const {
7561 SE.findArrayDimensions(Terms, Sizes, ElementSize);