Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSDPatternMatch.h228 struct ValueType_bind { struct
231 explicit ValueType_bind(EVT &Bind) : BindVT(Bind) {} in ValueType_bind() argument
240 inline ValueType_bind m_VT(EVT &VT) { return ValueType_bind(VT); } in m_VT() argument