Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DPatternMatch.h61 struct class_match { struct
67 inline class_match<Value> m_Value() { return class_match<Value>(); } in m_Value() argument
/external/llvm/include/llvm/IR/
DPatternMatch.h59 template <typename Class> struct class_match { struct
64 inline class_match<Value> m_Value() { return class_match<Value>(); } in m_Value() argument