Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DPatternMatch.h830 template <typename LHS_t> struct not_match { struct
833 not_match(const LHS_t &LHS) : L(LHS) {} in not_match() function
851 template <typename LHS> inline not_match<LHS> m_Not(const LHS &L) { return L; } in m_Not() argument