LLVM 18.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 173 of file PatternMatch.h.
|
inline |
Definition at line 176 of file PatternMatch.h.
|
inline |
Definition at line 178 of file PatternMatch.h.
References llvm::PatternMatch::match_unless< Ty >::M.
Ty llvm::PatternMatch::match_unless< Ty >::M |
Definition at line 174 of file PatternMatch.h.
Referenced by llvm::PatternMatch::match_unless< Ty >::match().