Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DPatternMatch.h285 struct bind_ty { struct
287 bind_ty(Class *&V) : VR(V) {} in bind_ty() function
300 inline bind_ty<Value> m_Value(Value *&V) { return V; } in m_Value() argument