|
LLVM 24.0.0git
|
Inverting matcher that matches a value not matching P. More...
#include "llvm/Support/PatternMatchHelpers.h"
Public Member Functions | |
| match_unless (const Ty &P) | |
| template<typename ITy> | |
| bool | match (ITy *V) const |
Public Attributes | |
| Ty | P |
Inverting matcher that matches a value not matching P.
Definition at line 105 of file PatternMatchHelpers.h.
|
inline |
Definition at line 107 of file PatternMatchHelpers.h.
References P.
|
inline |
Definition at line 108 of file PatternMatchHelpers.h.
References P.
| Ty llvm::PatternMatchHelpers::match_unless< Ty >::P |
Definition at line 106 of file PatternMatchHelpers.h.
Referenced by match(), and match_unless().