We weren't actally selecting AMDGPUISD::CLAMP with a range other than
0.0 and 1.0, and this range is the only one we really care about since
we can fold it into VOP3 instructions.
Clamping to other ranges is now done with ISD::FMINNUM and ISD::FMAXNUM.
Is this the same as v_med_f32?