Lines Matching refs:ICMP_SGE
3657 case ICMP_SLT: return ICMP_SGE; in getInversePredicate()
3658 case ICMP_SGE: return ICMP_SLT; in getInversePredicate()
3702 case ICmpInst::ICMP_SGE: return "sge"; in getPredicateName()
3716 case ICMP_SGT: case ICMP_SLT: case ICMP_SGE: case ICMP_SLE: in getSignedPredicate()
3720 case ICMP_UGE: return ICMP_SGE; in getSignedPredicate()
3733 case ICMP_SGE: return ICMP_UGE; in getUnsignedPredicate()
3745 case ICMP_SGE: return ICMP_SLE; in getSwappedPredicate()
3746 case ICMP_SLE: return ICMP_SGE; in getSwappedPredicate()
3770 case ICMP_SGE: in isNonStrictPredicate()
3802 case ICMP_SGE: in getStrictPredicate()
3826 return ICMP_SGE; in getNonStrictPredicate()
3870 return CmpInst::ICMP_SGE; in getSignedPredicate()
3886 case CmpInst::ICMP_SGE: in getUnsignedPredicate()
3903 case ICmpInst::ICMP_SGE: return true; in isSigned()
3940 case ICMP_EQ: case ICMP_UGE: case ICMP_ULE: case ICMP_SGE: case ICMP_SLE: in isTrueWhenEqual()
3964 return Pred2 == ICMP_UGE || Pred2 == ICMP_ULE || Pred2 == ICMP_SGE || in isImpliedTrueByMatchingCmp()
3971 return Pred2 == ICMP_NE || Pred2 == ICMP_SGE; in isImpliedTrueByMatchingCmp()