Searched defs:neg_match (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Support/
H A DPatternMatch.h729 struct neg_match { struct in namespace:llvm::PatternMatch
732 neg_match(const LHS_t &LHS) : L(LHS) {} function in struct:llvm::PatternMatch::neg_match
751 inline neg_match<LHS> m_Neg(const LHS &L) { return L; }

Completed in 51 milliseconds