Lines Matching refs:ICMP_UGT
3652 case ICMP_UGT: return ICMP_ULE; in getInversePredicate()
3655 case ICMP_ULE: return ICMP_UGT; in getInversePredicate()
3705 case ICmpInst::ICMP_UGT: return "ugt"; in getPredicateName()
3718 case ICMP_UGT: return ICMP_SGT; in getSignedPredicate()
3729 case ICMP_UGT: case ICMP_ULT: case ICMP_UGE: case ICMP_ULE: in getUnsignedPredicate()
3731 case ICMP_SGT: return ICMP_UGT; in getUnsignedPredicate()
3747 case ICMP_UGT: return ICMP_ULT; in getSwappedPredicate()
3748 case ICMP_ULT: return ICMP_UGT; in getSwappedPredicate()
3788 case ICMP_UGT: in isStrictPredicate()
3807 return ICMP_UGT; in getStrictPredicate()
3829 case ICMP_UGT: in getNonStrictPredicate()
3867 case CmpInst::ICMP_UGT: in getSignedPredicate()
3885 return CmpInst::ICMP_UGT; in getUnsignedPredicate()
3894 case ICmpInst::ICMP_ULT: case ICmpInst::ICMP_ULE: case ICmpInst::ICMP_UGT: in isUnsigned()
3947 case ICMP_NE: case ICMP_UGT: case ICMP_ULT: case ICMP_SGT: case ICMP_SLT: in isFalseWhenEqual()
3966 case ICMP_UGT: // A >u B implies A != B and A >=u B are true. in isImpliedTrueByMatchingCmp()