Lines Matching refs:ICMP_SGT
3369 case ICMP_SGT: return ICMP_SLE; in getInversePredicate()
3372 case ICMP_SLE: return ICMP_SGT; in getInversePredicate()
3399 case ICMP_SGT: case ICMP_SLT: case ICMP_SGE: case ICMP_SLE: in getSignedPredicate()
3401 case ICMP_UGT: return ICMP_SGT; in getSignedPredicate()
3414 case ICMP_SGT: return ICMP_UGT; in getUnsignedPredicate()
3450 case ICmpInst::ICMP_SGT: in makeConstantRange()
3489 case ICMP_SGT: return ICMP_SLT; in getSwappedPredicate()
3490 case ICMP_SLT: return ICMP_SGT; in getSwappedPredicate()
3525 return CmpInst::ICMP_SGT; in getSignedPredicate()
3542 case ICmpInst::ICMP_SLT: case ICmpInst::ICMP_SLE: case ICmpInst::ICMP_SGT: in isSigned()
3575 case ICMP_NE: case ICMP_UGT: case ICMP_ULT: case ICMP_SGT: case ICMP_SLT: in isFalseWhenEqual()