Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:ICMP_SGT

52     return ICmpInst::ICMP_SGT;
434 case ICmpInst::ICMP_SGT: {
441 if (Pred == ICmpInst::ICMP_UGT || Pred == ICmpInst::ICMP_SGT)
520 if (Pred == ICmpInst::ICMP_SGT && Cmp->isAllOnesValue()) {
573 } else if (Pred == ICmpInst::ICMP_SGT && match(CmpRHS, m_AllOnes())) {