Home
last modified time | relevance | path

Searched refs:Exact_match (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DPatternMatch.h1125 template <typename SubPattern_t> struct Exact_match { struct
1128 Exact_match(const SubPattern_t &SP) : SubPattern(SP) {} in Exact_match() function
1137 template <typename T> inline Exact_match<T> m_Exact(const T &SubPattern) { in m_Exact() argument