Home | History | Annotate | Download | only in Scalar

Lines Matching refs:InnerTy

2842   Type *InnerTy;
2844 InnerTy = ArrTy->getElementType();
2848 InnerTy = STy->getElementType(Index);
2853 if (AllocSize > DL.getTypeAllocSize(InnerTy) ||
2854 TypeSize > DL.getTypeSizeInBits(InnerTy))
2857 return stripAggregateTypeWrapping(DL, InnerTy);