Home | History | Annotate | Download | only in IR

Lines Matching refs:ICMP_UGE

3441     case ICMP_ULT: return ICMP_UGE;
3442 case ICMP_UGE: return ICMP_ULT;
3478 case ICMP_UGE: return ICMP_SGE;
3487 case ICMP_UGT: case ICMP_ULT: case ICMP_UGE: case ICMP_ULE:
3491 case ICMP_SGE: return ICMP_UGE;
3543 case ICmpInst::ICMP_UGE:
3570 case ICMP_UGE: return ICMP_ULE;
3571 case ICMP_ULE: return ICMP_UGE;
3601 case CmpInst::ICMP_UGE:
3610 case ICmpInst::ICMP_UGE: 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 ||
3670 return Pred2 == ICMP_NE || Pred2 == ICMP_UGE;