Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DPatternMatch.h460 template <typename Class> struct bind_ty { struct
463 bind_ty(Class *&V) : VR(V) {} in bind_ty() function
475 inline bind_ty<Value> m_Value(Value *&V) { return V; } in m_Value() argument