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

References

lib/Transforms/Scalar/SROA.cpp
 2327       : DL(DL), AS(AS), Pass(Pass), OldAI(OldAI), NewAI(NewAI),
 2330         NewAllocaTy(NewAI.getAllocatedType()),
 2333                         NewAI.getContext(),
 2334                         DL.getTypeSizeInBits(NewAI.getAllocatedType()))
 2340         IRB(NewAI.getContext(), ConstantFolder()) {