Searched defs:Value_bind (Results 1 – 3 of 3) sorted by relevance
169 struct Value_bind { struct172 explicit Value_bind(SDValue &N) : BindVal(N) {} in Value_bind() function180 inline Value_bind m_Value(SDValue &N) { return Value_bind(N); } in m_Value() argument