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

References

gen/lib/Target/SystemZ/SystemZGenDAGISel.inc
30265   return Type != SystemZICMP::UnsignedOnly;
lib/Target/SystemZ/SystemZISelLowering.cpp
 1959   if (C.ICmpType == SystemZICMP::UnsignedOnly)
 2019       C.ICmpType = SystemZICMP::UnsignedOnly;
 2062       return ICmpType != SystemZICMP::UnsignedOnly;
 2109     if (C.ICmpType != SystemZICMP::UnsignedOnly &&
 2117   if (C.ICmpType != SystemZICMP::UnsignedOnly && Opcode0 == ISD::SIGN_EXTEND)
 2218           (Type == ISD::SEXTLOAD && C.ICmpType != SystemZICMP::UnsignedOnly)) {
 2378     NewC.ICmpType = SystemZICMP::UnsignedOnly;
 2406                                                SystemZICMP::UnsignedOnly))) {
 2514       C.ICmpType = SystemZICMP::UnsignedOnly;