Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:ICMP_SGT

42     case ICmpInst::ICMP_SGT:
58 case ICmpInst::ICMP_SGT:
362 else if ((Pred == ICmpInst::ICMP_SGT || Pred == ICmpInst::ICMP_UGT)
363 && CI->isMaxValue(Pred == ICmpInst::ICMP_SGT))
370 case ICmpInst::ICMP_SGT: {
377 if (Pred == ICmpInst::ICMP_UGT || Pred == ICmpInst::ICMP_SGT)
456 if (Pred == ICmpInst::ICMP_SGT && Cmp->isAllOnesValue()) {