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