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

References

lib/Target/X86/X86ISelLowering.cpp
39897   if (SDValue UMin = MatchMinMax(In, ISD::UMIN, C2))
39903   if (SDValue SMin = MatchMinMax(In, ISD::SMIN, C2))
39904     if (MatchMinMax(SMin, ISD::SMAX, C1))
39908   if (SDValue SMax = MatchMinMax(In, ISD::SMAX, C1))
39909     if (SDValue SMin = MatchMinMax(SMax, ISD::SMIN, C2))