Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanPatternMatch.h39 template <typename Class> struct bind_ty { struct
42 bind_ty(Class *&V) : VR(V) {} in bind_ty() argument
44 template <typename ITy> bool match(ITy *V) { in match()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h797 template <typename Class> struct bind_ty { struct
800 bind_ty(Class *&V) : VR(V) {} in bind_ty() function
812 inline bind_ty<Value> m_Value(Value *&V) { return V; } in m_Value() argument