Lines Matching defs:m_V
666 auto m_V = m_CombineOr(m_Specific(V), m_PtrToInt(m_Specific(V)));
667 if (!match(I->getArgOperand(0), m_c_ICmp(Pred, m_V, m_Value(RHS))))
703 auto m_V =
712 if (match(LHS, m_V) && match(RHS, m_APInt(C))) {
715 } else if (match(LHS, m_c_And(m_V, m_Value(Y))) &&
722 } else if (match(LHS, m_c_Or(m_V, m_Value(Y))) && match(RHS, m_APInt(C))) {
728 } else if (match(LHS, m_Xor(m_V, m_APInt(Mask))) &&
733 } else if (match(LHS, m_Shl(m_V, m_ConstantInt(ShAmt))) &&
742 } else if (match(LHS, m_Shr(m_V, m_ConstantInt(ShAmt))) &&
754 if (match(LHS, m_And(m_V, m_Power2(BPow2))) && match(RHS, m_Zero()))
761 if (match(LHS, m_CombineOr(m_V, m_AddLike(m_V, m_APInt(Offset))))) {
770 if (match(LHS, m_c_And(m_V, m_Value())) ||
771 match(LHS, m_NUWSub(m_V, m_Value())))
778 if (match(LHS, m_c_Or(m_V, m_Value())) ||
779 match(LHS, m_c_NUWAdd(m_V, m_Value()))) {