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

References

lib/Transforms/Scalar/SROA.cpp
 3541   if (!STy)
 3544   const StructLayout *SL = DL.getStructLayout(STy);
 3554   Type *ElementTy = STy->getElementType(Index);
 3570   StructType::element_iterator EI = STy->element_begin() + Index,
 3571                                EE = STy->element_end();
 3585     EE = STy->element_begin() + EndIndex;
 3590       StructType::get(STy->getContext(), makeArrayRef(EI, EE), STy->isPacked());
 3590       StructType::get(STy->getContext(), makeArrayRef(EI, EE), STy->isPacked());