Home | History | Annotate | Download | only in Scalar

Lines Matching refs:InnerTy

2964   Type *InnerTy;
2966 InnerTy = ArrTy->getElementType();
2970 InnerTy = STy->getElementType(Index);
2975 if (AllocSize > DL.getTypeAllocSize(InnerTy) ||
2976 TypeSize > DL.getTypeSizeInBits(InnerTy))
2979 return stripAggregateTypeWrapping(DL, InnerTy);