reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Scalar/SROA.cpp
 1896         if (DL.getTypeSizeInBits(VTy) != DL.getTypeSizeInBits(V)) {
 1896         if (DL.getTypeSizeInBits(VTy) != DL.getTypeSizeInBits(V)) {
 1940     auto RankVectorTypes = [&DL](VectorType *RHSTy, VectorType *LHSTy) {
 1941       (void)DL;
 1942       assert(DL.getTypeSizeInBits(RHSTy) == DL.getTypeSizeInBits(LHSTy) &&
 1942       assert(DL.getTypeSizeInBits(RHSTy) == DL.getTypeSizeInBits(LHSTy) &&
 1970     uint64_t ElementSize = DL.getTypeSizeInBits(VTy->getElementType());
 1976     assert((DL.getTypeSizeInBits(VTy) % 8) == 0 &&
 1981       if (!isVectorPromotionViableForSlice(P, S, VTy, ElementSize, DL))
 1985       if (!isVectorPromotionViableForSlice(P, *S, VTy, ElementSize, DL))