Lines Matching refs:ICMP_SLE
3444 case ICMP_SGT: return ICMP_SLE; in getInversePredicate()
3447 case ICMP_SLE: return ICMP_SGT; in getInversePredicate()
3474 case ICMP_SGT: case ICMP_SLT: case ICMP_SGE: case ICMP_SLE: in getSignedPredicate()
3479 case ICMP_ULE: return ICMP_SLE; in getSignedPredicate()
3492 case ICMP_SLE: return ICMP_ULE; in getUnsignedPredicate()
3537 case ICmpInst::ICMP_SLE: in makeConstantRange()
3566 case ICMP_SGE: return ICMP_SLE; in getSwappedPredicate()
3567 case ICMP_SLE: return ICMP_SGE; in getSwappedPredicate()
3598 return CmpInst::ICMP_SLE; in getSignedPredicate()
3617 case ICmpInst::ICMP_SLT: case ICmpInst::ICMP_SLE: case ICmpInst::ICMP_SGT: in isSigned()
3643 case ICMP_EQ: case ICMP_UGE: case ICMP_ULE: case ICMP_SGE: case ICMP_SLE: in isTrueWhenEqual()
3668 Pred2 == ICMP_SLE; in isImpliedTrueByMatchingCmp()
3676 return Pred2 == ICMP_NE || Pred2 == ICMP_SLE; in isImpliedTrueByMatchingCmp()