Lines Matching refs:m_Zero
427 if (match(FCmp, m_Zero())) in ThreadCmpOverSelect()
437 if (match(FCmp, m_One()) && match(TCmp, m_Zero())) in ThreadCmpOverSelect()
548 if (match(Op1, m_Zero())) in SimplifyAddInst()
677 if (match(Op1, m_Zero())) in SimplifySubInst()
685 if (isNUW && match(Op0, m_Zero())) in SimplifySubInst()
807 if (match(Op1, m_Zero()) && in SimplifyFAddInst()
842 if (match(Op1, m_Zero())) in SimplifyFSubInst()
913 if (match(Op1, m_Zero())) in SimplifyMulInst()
1011 if (match(Op1, m_Zero())) in SimplifyDiv()
1019 if (match(Op0, m_Zero())) in SimplifyDiv()
1163 if (match(Op0, m_Zero())) in SimplifyRem()
1167 if (match(Op1, m_Zero())) in SimplifyRem()
1307 if (match(Op0, m_Zero())) in SimplifyShift()
1311 if (match(Op1, m_Zero())) in SimplifyShift()
1455 if (!match(ZeroICmp, m_ICmp(EqPred, m_Value(Y), m_Zero())) || in simplifyUnsignedRangeCheck()
1567 if (match(Op1, m_Zero())) in SimplifyAndInst()
1726 if (match(Op1, m_Zero())) in SimplifyOrInst()
1858 if (match(Op1, m_Zero())) in SimplifyXorInst()
2153 if (match(RHS, m_Zero())) in SimplifyICmpInst()
2158 if (match(RHS, m_Zero())) in SimplifyICmpInst()
2168 if (match(RHS, m_Zero())) in SimplifyICmpInst()
2180 if (match(RHS, m_Zero())) { in SimplifyICmpInst()
3188 match(ICI->getOperand(1), m_Zero())) { in SimplifySelectInst()
3192 match(ICI->getOperand(1), m_Zero())) { in SimplifySelectInst()
3267 if (match(Ops[1], m_Zero())) in SimplifyGEPInst()
3284 if (match(P, m_Zero())) in SimplifyGEPInst()