Lines Matching refs:ICMP_SGT
1533 if (Pred0 == ICmpInst::ICMP_ULT && Pred1 == ICmpInst::ICMP_SGT) in SimplifyAndOfICmps()
1535 if (Pred0 == ICmpInst::ICMP_SLT && Pred1 == ICmpInst::ICMP_SGT && isNSW) in SimplifyAndOfICmps()
1539 if (Pred0 == ICmpInst::ICMP_ULE && Pred1 == ICmpInst::ICMP_SGT) in SimplifyAndOfICmps()
1541 if (Pred0 == ICmpInst::ICMP_SLE && Pred1 == ICmpInst::ICMP_SGT && isNSW) in SimplifyAndOfICmps()
1700 if (Pred0 == ICmpInst::ICMP_SGT && Pred1 == ICmpInst::ICMP_SLE && isNSW) in SimplifyOrOfICmps()
2253 case ICmpInst::ICMP_SGT: in SimplifyICmpInst()
2493 case ICmpInst::ICMP_SGT: in SimplifyICmpInst()
2545 case ICmpInst::ICMP_SGT: in SimplifyICmpInst()
2703 if (Pred == ICmpInst::ICMP_SGT) in SimplifyICmpInst()
2715 case ICmpInst::ICMP_SGT: in SimplifyICmpInst()
2746 case ICmpInst::ICMP_SGT: in SimplifyICmpInst()
2898 case CmpInst::ICMP_SGT: { in SimplifyICmpInst()
3010 if (Pred == CmpInst::ICMP_SGT) in SimplifyICmpInst()
3362 } else if (Pred == ICmpInst::ICMP_SGT && match(CmpRHS, m_AllOnes())) { in SimplifySelectInst()
3404 if (Pred == ICmpInst::ICMP_SGT && C->isMaxSignedValue()) in SimplifySelectInst()