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

References

lib/Transforms/Scalar/SROA.cpp
 3010         OtherTy = VecTy->getElementType();
 3012         OtherTy = VectorType::get(VecTy->getElementType(), NumElements);
 3014       OtherTy = SubIntTy;
 3016       OtherTy = NewAllocaTy;
 3018     OtherPtrTy = OtherTy->getPointerTo(OtherAS);
 3042       LoadInst *Load = IRB.CreateAlignedLoad(OtherTy, SrcPtr, SrcAlign,