Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DPatternMatch.h729 template <typename Class> struct bind_ty { struct
732 bind_ty(Class *&V) : VR(V) {} in bind_ty() argument
744 inline bind_ty<Value> m_Value(Value *&V) { return V; } in m_Value() argument