Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:ICMP_SLT

46     case ICmpInst::ICMP_SLT:
62 case ICmpInst::ICMP_SLT:
360 if ((Pred == ICmpInst::ICMP_SLT || Pred == ICmpInst::ICMP_ULT)
361 && CI->isMinValue(Pred == ICmpInst::ICMP_SLT))
370 case ICmpInst::ICMP_SLT:
381 else // (Pred == ICmpInst::ICMP_ULT || Pred == ICmpInst::ICMP_SLT)
461 } else if (Pred == ICmpInst::ICMP_SLT && Cmp->isNullValue()) {