Lines Matching refs:ICMP_SLE
3369 case ICMP_SGT: return ICMP_SLE; in getInversePredicate()
3372 case ICMP_SLE: return ICMP_SGT; in getInversePredicate()
3399 case ICMP_SGT: case ICMP_SLT: case ICMP_SGE: case ICMP_SLE: in getSignedPredicate()
3404 case ICMP_ULE: return ICMP_SLE; in getSignedPredicate()
3417 case ICMP_SLE: return ICMP_ULE; in getUnsignedPredicate()
3462 case ICmpInst::ICMP_SLE: in makeConstantRange()
3491 case ICMP_SGE: return ICMP_SLE; in getSwappedPredicate()
3492 case ICMP_SLE: return ICMP_SGE; in getSwappedPredicate()
3523 return CmpInst::ICMP_SLE; in getSignedPredicate()
3542 case ICmpInst::ICMP_SLT: case ICmpInst::ICMP_SLE: case ICmpInst::ICMP_SGT: in isSigned()
3568 case ICMP_EQ: case ICMP_UGE: case ICMP_ULE: case ICMP_SGE: case ICMP_SLE: in isTrueWhenEqual()