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 207 of file PatternMatch.h.
|
inline |
Definition at line 210 of file PatternMatch.h.
References M.
|
inline |
Definition at line 212 of file PatternMatch.h.
References M.
Ty llvm::PatternMatch::match_unless< Ty >::M |
Definition at line 208 of file PatternMatch.h.
Referenced by match(), and match_unless().