Lines Matching refs:ICMP_SLT
3370 case ICMP_SLT: return ICMP_SGE; in getInversePredicate()
3371 case ICMP_SGE: return ICMP_SLT; in getInversePredicate()
3399 case ICMP_SGT: case ICMP_SLT: case ICMP_SGE: case ICMP_SLE: in getSignedPredicate()
3402 case ICMP_ULT: return ICMP_SLT; in getSignedPredicate()
3415 case ICMP_SLT: return ICMP_ULT; in getUnsignedPredicate()
3438 case ICmpInst::ICMP_SLT: in makeConstantRange()
3489 case ICMP_SGT: return ICMP_SLT; in getSwappedPredicate()
3490 case ICMP_SLT: return ICMP_SGT; in getSwappedPredicate()
3521 return CmpInst::ICMP_SLT; 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()