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);
 2565     V = convertValue(DL, IRB, V, TargetTy);
 2610         V = convertValue(DL, IRB, V, SliceTy);
 2632       Old = convertValue(DL, IRB, Old, IntTy);
 2637     V = convertValue(DL, IRB, V, NewAllocaTy);
 2699       V = convertValue(DL, IRB, V, NewAllocaTy);
 2829       Splat = convertValue(DL, IRB, Splat, ElementTy);
 2848         Old = convertValue(DL, IRB, Old, IntTy);
 2855       V = convertValue(DL, IRB, V, AllocaTy);
 2865       V = convertValue(DL, IRB, V, AllocaTy);
 3038       Src = convertValue(DL, IRB, Src, IntTy);
 3056       Old = convertValue(DL, IRB, Old, IntTy);
 3059       Src = convertValue(DL, IRB, Src, NewAllocaTy);