Home | History | Annotate | Download | only in IR

Lines Matching refs:ICMP_SLT

3257     case ICMP_SLT: return ICMP_SGE;
3258 case ICMP_SGE: return ICMP_SLT;
3303 case ICmpInst::ICMP_SLT: return "slt";
3316 case ICMP_SGT: case ICMP_SLT: case ICMP_SGE: case ICMP_SLE:
3319 case ICMP_ULT: return ICMP_SLT;
3332 case ICMP_SLT: return ICMP_ULT;
3342 case ICMP_SLT: return ICMP_SLE;
3344 case ICMP_SLE: return ICMP_SLT;
3366 case ICMP_SGT: return ICMP_SLT;
3367 case ICMP_SLT: return ICMP_SGT;
3394 case ICMP_SLT: return ICMP_SLE;
3412 return CmpInst::ICMP_SLT;
3433 case ICmpInst::ICMP_SLT: case ICmpInst::ICMP_SLE: case ICmpInst::ICMP_SGT:
3466 case ICMP_NE: case ICMP_UGT: case ICMP_ULT: case ICMP_SGT: case ICMP_SLT:
3491 case ICMP_SLT: // A <s B implies A != B and A <=s B are true.