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

References

lib/Transforms/Scalar/SROA.cpp
 3507   if (Offset == 0 && DL.getTypeAllocSize(Ty) == Size)
 3510       (DL.getTypeAllocSize(Ty) - Offset) < Size)
 3522     if (Offset > 0 || Size < ElementSize) {
 3524       if ((Offset + Size) > ElementSize)
 3527       return getTypePartition(DL, ElementTy, Offset, Size);
 3531     if (Size == ElementSize)
 3533     assert(Size > ElementSize);
 3534     uint64_t NumElements = Size / ElementSize;
 3535     if (NumElements * ElementSize != Size)
 3547   uint64_t EndOffset = Offset + Size;
 3560   if (Offset > 0 || Size < ElementSize) {
 3561     if ((Offset + Size) > ElementSize)
 3563     return getTypePartition(DL, ElementTy, Offset, Size);
 3567   if (Size == ElementSize)
 3592   if (Size != SubSL->getSizeInBytes())