Home | History | Annotate | Download | only in IR

Lines Matching refs:ICMP_SGE

3257     case ICMP_SLT: return ICMP_SGE;
3258 case ICMP_SGE: return ICMP_SLT;
3302 case ICmpInst::ICMP_SGE: return "sge";
3316 case ICMP_SGT: case ICMP_SLT: case ICMP_SGE: case ICMP_SLE:
3320 case ICMP_UGE: return ICMP_SGE;
3333 case ICMP_SGE: return ICMP_UGE;
3341 case ICMP_SGT: return ICMP_SGE;
3343 case ICMP_SGE: return ICMP_SGT;
3368 case ICMP_SGE: return ICMP_SLE;
3369 case ICMP_SLE: return ICMP_SGE;
3393 case ICMP_SGT: return ICMP_SGE;
3418 return CmpInst::ICMP_SGE;
3434 case ICmpInst::ICMP_SGE: return true;
3459 case ICMP_EQ: case ICMP_UGE: case ICMP_ULE: case ICMP_SGE: case ICMP_SLE:
3483 return Pred2 == ICMP_UGE || Pred2 == ICMP_ULE || Pred2 == ICMP_SGE ||
3490 return Pred2 == ICMP_NE || Pred2 == ICMP_SGE;