Home | History | Annotate | Download | only in VMCore

Lines Matching refs:ICMP_SLT

2923     case ICMP_SLT: return ICMP_SGE;
2924 case ICMP_SGE: return ICMP_SLT;
2950 case ICMP_SGT: case ICMP_SLT: case ICMP_SGE: case ICMP_SLE:
2953 case ICMP_ULT: return ICMP_SLT;
2966 case ICMP_SLT: return ICMP_ULT;
2989 case ICmpInst::ICMP_SLT:
3040 case ICMP_SGT: return ICMP_SLT;
3041 case ICMP_SLT: return ICMP_SGT;
3076 case ICmpInst::ICMP_SLT: case ICmpInst::ICMP_SLE: case ICmpInst::ICMP_SGT:
3109 case ICMP_NE: case ICMP_UGT: case ICMP_ULT: case ICMP_SGT: case ICMP_SLT: