Lines Matching refs:ICMP_UGT
3365 case ICMP_UGT: return ICMP_ULE; in getInversePredicate()
3368 case ICMP_ULE: return ICMP_UGT; in getInversePredicate()
3401 case ICMP_UGT: return ICMP_SGT; in getSignedPredicate()
3412 case ICMP_UGT: case ICMP_ULT: case ICMP_UGE: case ICMP_ULE: in getUnsignedPredicate()
3414 case ICMP_SGT: return ICMP_UGT; in getUnsignedPredicate()
3444 case ICmpInst::ICMP_UGT: in makeConstantRange()
3493 case ICMP_UGT: return ICMP_ULT; in getSwappedPredicate()
3494 case ICMP_ULT: return ICMP_UGT; in getSwappedPredicate()
3524 case CmpInst::ICMP_UGT: in getSignedPredicate()
3534 case ICmpInst::ICMP_ULT: case ICmpInst::ICMP_ULE: case ICmpInst::ICMP_UGT: in isUnsigned()
3575 case ICMP_NE: case ICMP_UGT: case ICMP_ULT: case ICMP_SGT: case ICMP_SLT: in isFalseWhenEqual()