Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h194 template <typename Ty> struct match_unless { struct
197 match_unless(const Ty &Matcher) : M(Matcher) {} in match_unless() argument
203 template <typename Ty> inline match_unless<Ty> m_Unless(const Ty &M) { in m_Unless() argument