Home | History | Annotate | Download | only in Scalar

Lines Matching refs:InnerTy

3183   Type *InnerTy;
3185 InnerTy = ArrTy->getElementType();
3189 InnerTy = STy->getElementType(Index);
3194 if (AllocSize > DL.getTypeAllocSize(InnerTy) ||
3195 TypeSize > DL.getTypeSizeInBits(InnerTy))
3198 return stripAggregateTypeWrapping(DL, InnerTy);