Home | History | Annotate | Download | only in IR

Lines Matching refs:ICMP_SLT

3146     case ICMP_SLT: return ICMP_SGE;
3147 case ICMP_SGE: return ICMP_SLT;
3173 case ICMP_SGT: case ICMP_SLT: case ICMP_SGE: case ICMP_SLE:
3176 case ICMP_ULT: return ICMP_SLT;
3189 case ICMP_SLT: return ICMP_ULT;
3212 case ICmpInst::ICMP_SLT:
3263 case ICMP_SGT: return ICMP_SLT;
3264 case ICMP_SLT: return ICMP_SGT;
3299 case ICmpInst::ICMP_SLT: case ICmpInst::ICMP_SLE: case ICmpInst::ICMP_SGT:
3332 case ICMP_NE: case ICMP_UGT: case ICMP_ULT: case ICMP_SGT: case ICMP_SLT: