Home
last modified time | relevance | path

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

/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