Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DPatternMatch.h210 struct bind_ty { struct
212 bind_ty(Class *&V) : VR(V) {} in bind_ty() function
225 inline bind_ty<Value> m_Value(Value *&V) { return V; } in m_Value() argument
/external/llvm/include/llvm/IR/
DPatternMatch.h282 template <typename Class> struct bind_ty { struct
284 bind_ty(Class *&V) : VR(V) {} in bind_ty() function
296 inline bind_ty<Value> m_Value(Value *&V) { return V; } in m_Value() argument