Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DPatternMatch.h742 struct neg_match { struct
745 neg_match(const LHS_t &LHS) : L(LHS) {} in neg_match() argument
764 inline neg_match<LHS> m_Neg(const LHS &L) { return L; } in m_Neg() argument