Lines Matching refs:ICMP_ULT
3366 case ICMP_ULT: return ICMP_UGE; in getInversePredicate()
3367 case ICMP_UGE: return ICMP_ULT; in getInversePredicate()
3402 case ICMP_ULT: return ICMP_SLT; in getSignedPredicate()
3412 case ICMP_UGT: case ICMP_ULT: case ICMP_UGE: case ICMP_ULE: in getUnsignedPredicate()
3415 case ICMP_SLT: return ICMP_ULT; in getUnsignedPredicate()
3432 case ICmpInst::ICMP_ULT: in makeConstantRange()
3493 case ICMP_UGT: return ICMP_ULT; in getSwappedPredicate()
3494 case ICMP_ULT: return ICMP_UGT; in getSwappedPredicate()
3520 case CmpInst::ICMP_ULT: 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()