Home | History | Annotate | Download | only in VMCore

Lines Matching refs:ICMP_UGE

2897     case ICMP_ULT: return ICMP_UGE;
2898 case ICMP_UGE: return ICMP_ULT;
2932 case ICMP_UGE: return ICMP_SGE;
2941 case ICMP_UGT: case ICMP_ULT: case ICMP_UGE: case ICMP_ULE:
2945 case ICMP_SGE: return ICMP_UGE;
2997 case ICmpInst::ICMP_UGE:
3024 case ICMP_UGE: return ICMP_ULE;
3025 case ICMP_ULE: return ICMP_UGE;
3047 case ICmpInst::ICMP_UGE: return true;
3080 case ICMP_EQ: case ICMP_UGE: case ICMP_ULE: case ICMP_SGE: case ICMP_SLE: