HomeSort by: relevance | last modified time | path
    Searched defs:match_unless (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
PatternMatch.h 165 template <typename Ty> struct match_unless { struct in namespace:llvm::PatternMatch
168 match_unless(const Ty &Matcher) : M(Matcher) {} function in struct:llvm::PatternMatch::match_unless
174 template <typename Ty> inline match_unless<Ty> m_Unless(const Ty &M) {
175 return match_unless<Ty>(M);
780 match_unless<class_match<ConstantExpr>>>
787 match_unless<class_match<ConstantExpr>>>

Completed in 68 milliseconds