LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::PatternMatch::match_unless< Ty > Struct Template Reference

Inverting matcher. More...

#include "llvm/IR/PatternMatch.h"

Public Member Functions

 match_unless (const Ty &Matcher)
 
template<typename ITy >
bool match (ITy *V)
 

Public Attributes

Ty M
 

Detailed Description

template<typename Ty>
struct llvm::PatternMatch::match_unless< Ty >

Inverting matcher.

Definition at line 189 of file PatternMatch.h.

Constructor & Destructor Documentation

◆ match_unless()

template<typename Ty >
llvm::PatternMatch::match_unless< Ty >::match_unless ( const Ty &  Matcher)
inline

Definition at line 192 of file PatternMatch.h.

Member Function Documentation

◆ match()

template<typename Ty >
template<typename ITy >
bool llvm::PatternMatch::match_unless< Ty >::match ( ITy *  V)
inline

Definition at line 194 of file PatternMatch.h.

References llvm::PatternMatch::match_unless< Ty >::M.

Member Data Documentation

◆ M

template<typename Ty >
Ty llvm::PatternMatch::match_unless< Ty >::M

Definition at line 190 of file PatternMatch.h.

Referenced by llvm::PatternMatch::match_unless< Ty >::match().


The documentation for this struct was generated from the following file: