Searched refs:UnsignedOnly (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h328 UnsignedOnly, enumerator in enum:llvm::SystemZICMP::__anon3017
H A DSystemZISelLowering.cpp1542 if (C.ICmpType == SystemZICMP::UnsignedOnly)
1601 C.ICmpType = SystemZICMP::UnsignedOnly;
1642 return ICmpType != SystemZICMP::UnsignedOnly;
1689 if (C.ICmpType != SystemZICMP::UnsignedOnly &&
1697 if (C.ICmpType != SystemZICMP::UnsignedOnly && Opcode0 == ISD::SIGN_EXTEND)
1797 (Type == ISD::SEXTLOAD && C.ICmpType != SystemZICMP::UnsignedOnly)) {
1956 NewC.ICmpType = SystemZICMP::UnsignedOnly;
1980 SystemZICMP::UnsignedOnly))) {
2071 C.ICmpType = SystemZICMP::UnsignedOnly;

Completed in 104 milliseconds