|
LLVM 23.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) const |
Public Attributes | |
| Ty | M |
Inverting matcher.
Definition at line 221 of file PatternMatch.h.
|
inline |
Definition at line 224 of file PatternMatch.h.
References M.
|
inline |
Definition at line 226 of file PatternMatch.h.
References M.
| Ty llvm::PatternMatch::match_unless< Ty >::M |
Definition at line 222 of file PatternMatch.h.
Referenced by match(), and match_unless().