Name simplification is missing (works on Int32 but not IntPtr):

On platforms where IntPtr is considered numeric type (as indicated by runtime feature flag and compiler API IsNativeIntegerType()) I expect this simplification to be offered.
Same applies to UIntPtr.
Relates to test plan #60578