Lines Matching refs:ICMP_SGE
3445 case ICMP_SLT: return ICMP_SGE; in getInversePredicate()
3446 case ICMP_SGE: return ICMP_SLT; in getInversePredicate()
3474 case ICMP_SGT: case ICMP_SLT: case ICMP_SGE: case ICMP_SLE: in getSignedPredicate()
3478 case ICMP_UGE: return ICMP_SGE; in getSignedPredicate()
3491 case ICMP_SGE: return ICMP_UGE; in getUnsignedPredicate()
3549 case ICmpInst::ICMP_SGE: in makeConstantRange()
3566 case ICMP_SGE: return ICMP_SLE; in getSwappedPredicate()
3567 case ICMP_SLE: return ICMP_SGE; in getSwappedPredicate()
3602 return CmpInst::ICMP_SGE; in getSignedPredicate()
3618 case ICmpInst::ICMP_SGE: return true; in isSigned()
3643 case ICMP_EQ: case ICMP_UGE: case ICMP_ULE: case ICMP_SGE: case ICMP_SLE: in isTrueWhenEqual()
3667 return Pred2 == ICMP_UGE || Pred2 == ICMP_ULE || Pred2 == ICMP_SGE || in isImpliedTrueByMatchingCmp()
3674 return Pred2 == ICMP_NE || Pred2 == ICMP_SGE; in isImpliedTrueByMatchingCmp()