Home | History | Annotate | Download | only in IR

Lines Matching refs:ICMP_SGT

3256     case ICMP_SGT: return ICMP_SLE;
3259 case ICMP_SLE: return ICMP_SGT;
3301 case ICmpInst::ICMP_SGT: return "sgt";
3316 case ICMP_SGT: case ICMP_SLT: case ICMP_SGE: case ICMP_SLE:
3318 case ICMP_UGT: return ICMP_SGT;
3331 case ICMP_SGT: return ICMP_UGT;
3341 case ICMP_SGT: return ICMP_SGE;
3343 case ICMP_SGE: return ICMP_SGT;
3366 case ICMP_SGT: return ICMP_SLT;
3367 case ICMP_SLT: return ICMP_SGT;
3393 case ICMP_SGT: return ICMP_SGE;
3416 return CmpInst::ICMP_SGT;
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:
3489 case ICMP_SGT: // A >s B implies A != B and A >=s B are true.