Home | History | Annotate | Download | only in IR

Lines Matching refs:ICMP_UGE

3253     case ICMP_ULT: return ICMP_UGE;
3254 case ICMP_UGE: return ICMP_ULT;
3306 case ICmpInst::ICMP_UGE: return "uge";
3320 case ICMP_UGE: return ICMP_SGE;
3329 case ICMP_UGT: case ICMP_ULT: case ICMP_UGE: case ICMP_ULE:
3333 case ICMP_SGE: return ICMP_UGE;
3345 case ICMP_UGT: return ICMP_UGE;
3347 case ICMP_UGE: return ICMP_UGT;
3372 case ICMP_UGE: return ICMP_ULE;
3373 case ICMP_ULE: return ICMP_UGE;
3395 case ICMP_UGT: return ICMP_UGE;
3417 case CmpInst::ICMP_UGE:
3426 case ICmpInst::ICMP_UGE: 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 ||
3486 return Pred2 == ICMP_NE || Pred2 == ICMP_UGE;