Home | History | Annotate | Download | only in IR

Lines Matching refs:ICMP_SGE

3445     case ICMP_SLT: return ICMP_SGE;
3446 case ICMP_SGE: return ICMP_SLT;
3474 case ICMP_SGT: case ICMP_SLT: case ICMP_SGE: case ICMP_SLE:
3478 case ICMP_UGE: return ICMP_SGE;
3491 case ICMP_SGE: return ICMP_UGE;
3549 case ICmpInst::ICMP_SGE:
3566 case ICMP_SGE: return ICMP_SLE;
3567 case ICMP_SLE: return ICMP_SGE;
3602 return CmpInst::ICMP_SGE;
3618 case ICmpInst::ICMP_SGE: return true;
3643 case ICMP_EQ: case ICMP_UGE: case ICMP_ULE: case ICMP_SGE: case ICMP_SLE:
3667 return Pred2 == ICMP_UGE || Pred2 == ICMP_ULE || Pred2 == ICMP_SGE ||
3674 return Pred2 == ICMP_NE || Pred2 == ICMP_SGE;