Searched refs:m_NegatedPower2 (Results 1 – 4 of 4) sorted by relevance
203 if (Op0->hasOneUse() && match(Op1, m_NegatedPower2())) { in visitMul()1109 match(Op1, m_NegatedPower2()))) { in visitSDiv()1110 bool DivisorWasNegative = match(Op1, m_NegatedPower2()); in visitSDiv()1180 if (match(Op1, m_NegatedPower2())) { in visitSDiv()
540 EXPECT_FALSE(m_NegatedPower2().match(C128)); in TEST_F()541 EXPECT_TRUE(m_NegatedPower2().match(CNeg128)); in TEST_F()549 EXPECT_TRUE(m_NegatedPower2().match(CIntMin)); in TEST_F()550 EXPECT_TRUE(m_NegatedPower2().match(CNegIntMin)); in TEST_F()
447 inline cst_pred_ty<is_negated_power2> m_NegatedPower2() { in m_NegatedPower2() function450 inline api_pred_ty<is_negated_power2> m_NegatedPower2(const APInt *&V) { in m_NegatedPower2() function
502 inline cst_pred_ty<is_negated_power2> m_NegatedPower2() { in m_NegatedPower2() function505 inline api_pred_ty<is_negated_power2> m_NegatedPower2(const APInt *&V) { in m_NegatedPower2() function