LLVM 20.0.0git
|
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 |
Inverting matcher.
Definition at line 194 of file PatternMatch.h.
|
inline |
Definition at line 197 of file PatternMatch.h.
|
inline |
Definition at line 199 of file PatternMatch.h.
References llvm::PatternMatch::match_unless< Ty >::M.
Ty llvm::PatternMatch::match_unless< Ty >::M |
Definition at line 195 of file PatternMatch.h.
Referenced by llvm::PatternMatch::match_unless< Ty >::match().