Searched refs:m_SignBit (Results 1 – 4 of 4) sorted by relevance
198 inline cst_pred_ty<is_sign_bit> m_SignBit() {return cst_pred_ty<is_sign_bit>();} in m_SignBit() function199 inline api_pred_ty<is_sign_bit> m_SignBit(const APInt *&V) { return V; } in m_SignBit() function
262 inline cst_pred_ty<is_sign_bit> m_SignBit() { in m_SignBit() function265 inline api_pred_ty<is_sign_bit> m_SignBit(const APInt *&V) { return V; } in m_SignBit() function
727 if (match(V, m_LShr(m_SignBit(), m_Value()))) in isPowerOfTwo()
1512 if (match(V, m_LShr(m_SignBit(), m_Value()))) in isKnownToBeAPowerOfTwo()