Home | History | Annotate | Download | only in IR

Lines Matching refs:ICMP_SLT

3099     case ICMP_SLT: return ICMP_SGE;
3100 case ICMP_SGE: return ICMP_SLT;
3126 case ICMP_SGT: case ICMP_SLT: case ICMP_SGE: case ICMP_SLE:
3129 case ICMP_ULT: return ICMP_SLT;
3142 case ICMP_SLT: return ICMP_ULT;
3165 case ICmpInst::ICMP_SLT:
3216 case ICMP_SGT: return ICMP_SLT;
3217 case ICMP_SLT: return ICMP_SGT;
3252 case ICmpInst::ICMP_SLT: case ICmpInst::ICMP_SLE: case ICmpInst::ICMP_SGT:
3285 case ICMP_NE: case ICMP_UGT: case ICMP_ULT: case ICMP_SGT: case ICMP_SLT: