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

References

lib/Transforms/Scalar/SROA.cpp
 2778     Type *ScalarTy = AllocaTy->getScalarType();
 2792       return canConvertValue(DL, SrcTy, AllocaTy) &&
 2855       V = convertValue(DL, IRB, V, AllocaTy);
 2862       if (VectorType *AllocaVecTy = dyn_cast<VectorType>(AllocaTy))
 2865       V = convertValue(DL, IRB, V, AllocaTy);