|
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 263 of file PatternMatch.h.
|
inline |
Definition at line 266 of file PatternMatch.h.
References M.
|
inline |
Definition at line 268 of file PatternMatch.h.
References M.
| Ty llvm::PatternMatch::match_unless< Ty >::M |
Definition at line 264 of file PatternMatch.h.
Referenced by match(), and match_unless().