|
LLVM 22.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 227 of file PatternMatch.h.
|
inline |
Definition at line 230 of file PatternMatch.h.
References M.
|
inline |
Definition at line 232 of file PatternMatch.h.
References M.
| Ty llvm::PatternMatch::match_unless< Ty >::M |
Definition at line 228 of file PatternMatch.h.
Referenced by match(), and match_unless().