Lines Matching refs:ICMP_UGT
3440 case ICMP_UGT: return ICMP_ULE; in getInversePredicate()
3443 case ICMP_ULE: return ICMP_UGT; in getInversePredicate()
3476 case ICMP_UGT: return ICMP_SGT; in getSignedPredicate()
3487 case ICMP_UGT: case ICMP_ULT: case ICMP_UGE: case ICMP_ULE: in getUnsignedPredicate()
3489 case ICMP_SGT: return ICMP_UGT; in getUnsignedPredicate()
3519 case ICmpInst::ICMP_UGT: in makeConstantRange()
3568 case ICMP_UGT: return ICMP_ULT; in getSwappedPredicate()
3569 case ICMP_ULT: return ICMP_UGT; in getSwappedPredicate()
3599 case CmpInst::ICMP_UGT: in getSignedPredicate()
3609 case ICmpInst::ICMP_ULT: case ICmpInst::ICMP_ULE: case ICmpInst::ICMP_UGT: in isUnsigned()
3650 case ICMP_NE: case ICMP_UGT: case ICMP_ULT: case ICMP_SGT: case ICMP_SLT: in isFalseWhenEqual()
3669 case ICMP_UGT: // A >u B implies A != B and A >=u B are true. in isImpliedTrueByMatchingCmp()