Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DPatternMatch.h59 template <typename Class> struct class_match { struct
64 inline class_match<Value> m_Value() { return class_match<Value>(); } in m_Value() argument