Home | History | Annotate | Download | only in VMCore

Lines Matching refs:ICMP_SGT

2922     case ICMP_SGT: return ICMP_SLE;
2925 case ICMP_SLE: return ICMP_SGT;
2950 case ICMP_SGT: case ICMP_SLT: case ICMP_SGE: case ICMP_SLE:
2952 case ICMP_UGT: return ICMP_SGT;
2965 case ICMP_SGT: return ICMP_UGT;
3001 case ICmpInst::ICMP_SGT:
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: