Home
last modified time | relevance | path

Searched defs:Value_bind (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSDPatternMatch.h169 struct Value_bind { struct
172 explicit Value_bind(SDValue &N) : BindVal(N) {} in Value_bind() argument
180 inline Value_bind m_Value(SDValue &N) { return Value_bind(N); } in m_Value() argument