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

References

lib/Transforms/Scalar/SROA.cpp
 2474     V = convertValue(DL, IRB, V, IntTy);
 2474     V = convertValue(DL, IRB, V, IntTy);
 2479       V = extractInteger(DL, IRB, V, ExtractTy, Offset, "extract");
 2479       V = extractInteger(DL, IRB, V, ExtractTy, Offset, "extract");
 2489       V = IRB.CreateZExt(V, LI.getType());
 2489       V = IRB.CreateZExt(V, LI.getType());
 2490     return V;