Home | History | Annotate | Download | only in VMCore

Lines Matching refs:ICMP_ULT

2919     case ICMP_ULT: return ICMP_UGE;
2920 case ICMP_UGE: return ICMP_ULT;
2953 case ICMP_ULT: return ICMP_SLT;
2963 case ICMP_UGT: case ICMP_ULT: case ICMP_UGE: case ICMP_ULE:
2966 case ICMP_SLT: return ICMP_ULT;
2983 case ICmpInst::ICMP_ULT:
3044 case ICMP_UGT: return ICMP_ULT;
3045 case ICMP_ULT: return ICMP_UGT;
3068 case ICmpInst::ICMP_ULT: case ICmpInst::ICMP_ULE: case ICmpInst::ICMP_UGT:
3109 case ICMP_NE: case ICMP_UGT: case ICMP_ULT: case ICMP_SGT: case ICMP_SLT: