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

References

lib/Transforms/Scalar/SROA.cpp
 4274   uint64_t AllocaSize = DL.getTypeAllocSize(AI.getAllocatedType());
 4338         uint64_t AllocaSize = DL.getTypeSizeInBits(NewAI->getAllocatedType());
 4358     uint64_t AllocaSize = DL.getTypeSizeInBits(AI.getAllocatedType());