Home | History | Annotate | Download | only in Analysis

Lines Matching refs:ICMP_SGT

1537       if (Pred0 == ICmpInst::ICMP_ULT && Pred1 == ICmpInst::ICMP_SGT)
1539 if (Pred0 == ICmpInst::ICMP_SLT && Pred1 == ICmpInst::ICMP_SGT && isNSW)
1543 if (Pred0 == ICmpInst::ICMP_ULE && Pred1 == ICmpInst::ICMP_SGT)
1545 if (Pred0 == ICmpInst::ICMP_SLE && Pred1 == ICmpInst::ICMP_SGT && isNSW)
1719 if (Pred0 == ICmpInst::ICMP_SGT && Pred1 == ICmpInst::ICMP_SLE && isNSW)
2279 case ICmpInst::ICMP_SGT:
2519 case ICmpInst::ICMP_SGT:
2571 case ICmpInst::ICMP_SGT:
2708 if (Pred == ICmpInst::ICMP_SGT || Pred == ICmpInst::ICMP_SLE) {
2716 return Pred == ICmpInst::ICMP_SGT ? getTrue(ITy) : getFalse(ITy);
2718 return Pred == ICmpInst::ICMP_SGT ? getFalse(ITy) : getTrue(ITy);
2756 if (Pred == ICmpInst::ICMP_SGT)
2768 case ICmpInst::ICMP_SGT:
2799 case ICmpInst::ICMP_SGT:
2953 case CmpInst::ICMP_SGT: {
3065 if (Pred == CmpInst::ICMP_SGT)
3422 } else if (Pred == ICmpInst::ICMP_SGT && match(CmpRHS, m_AllOnes())) {
3464 if (Pred == ICmpInst::ICMP_SGT && C->isMaxSignedValue())