Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h705 template <typename Class> struct bind_ty { struct
708 bind_ty(Class *&V) : VR(V) {} in bind_ty() argument
720 inline bind_ty<Value> m_Value(Value *&V) { return V; } in m_Value() argument