HomeSort by: relevance | last modified time | path
    Searched refs:UnsignedOnly (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 384 UnsignedOnly,
SystemZISelLowering.cpp 2057 if (C.ICmpType == SystemZICMP::UnsignedOnly)
2118 C.ICmpType = SystemZICMP::UnsignedOnly;
2161 return ICmpType != SystemZICMP::UnsignedOnly;
2208 if (C.ICmpType != SystemZICMP::UnsignedOnly &&
2216 if (C.ICmpType != SystemZICMP::UnsignedOnly && Opcode0 == ISD::SIGN_EXTEND)
2313 (Type == ISD::SEXTLOAD && C.ICmpType != SystemZICMP::UnsignedOnly)) {
2473 NewC.ICmpType = SystemZICMP::UnsignedOnly;
2501 SystemZICMP::UnsignedOnly))) {
2618 C.ICmpType = SystemZICMP::UnsignedOnly;

Completed in 43 milliseconds