Searched refs:m_Shift (Results 1 – 2 of 2) sorted by relevance
103 } else if (match(V, m_Shift(m_Value(A), m_ConstantInt(C)))) { in updateAffectedValues()
895 inline BinOpPred_match<LHS, RHS, is_shift_op> m_Shift(const LHS &L, in m_Shift() function