Home | History | Annotate | Download | only in Support

Lines Matching defs:m_Value

19 //  if (match(Exp, m_Or(m_And(m_Value(X), m_ConstantInt(C1)),
20 // m_And(m_Value(Y), m_ConstantInt(C2))))) {
69 /// m_Value() - Match an arbitrary value and ignore it.
70 inline class_match<Value> m_Value() { return class_match<Value>(); }
299 /// m_Value - Match a value, capturing it if we match.
300 inline bind_ty<Value> m_Value(Value *&V) { return V; }
635 /// m_SelectCst<-1, 0>(m_Value(V))
1082 /// m_Intrinsic<Intrinsic::fabs>(m_Value(X))