Lines Matching refs:ICMP_ULE
3365 case ICMP_UGT: return ICMP_ULE; in getInversePredicate()
3368 case ICMP_ULE: return ICMP_UGT; in getInversePredicate()
3404 case ICMP_ULE: return ICMP_SLE; in getSignedPredicate()
3412 case ICMP_UGT: case ICMP_ULT: case ICMP_UGE: case ICMP_ULE: in getUnsignedPredicate()
3417 case ICMP_SLE: return ICMP_ULE; in getUnsignedPredicate()
3456 case ICmpInst::ICMP_ULE: in makeConstantRange()
3495 case ICMP_UGE: return ICMP_ULE; in getSwappedPredicate()
3496 case ICMP_ULE: return ICMP_UGE; in getSwappedPredicate()
3522 case CmpInst::ICMP_ULE: in getSignedPredicate()
3534 case ICmpInst::ICMP_ULT: case ICmpInst::ICMP_ULE: case ICmpInst::ICMP_UGT: in isUnsigned()
3568 case ICMP_EQ: case ICMP_UGE: case ICMP_ULE: case ICMP_SGE: case ICMP_SLE: in isTrueWhenEqual()