|
LLVM 23.0.0git
|
Matching and combinator. More...
#include "llvm/Support/PatternMatchHelpers.h"
Public Member Functions | |
| match_combine_and (const Ty &P, const Tys &...Ps) | |
| template<typename ITy> | |
| bool | match (ITy *V) const |
| Public Member Functions inherited from llvm::PatternMatchHelpers::match_combine_and< Tys... > | |
| bool | match (ITy *) const |
Public Attributes | |
| Ty | P |
Matching and combinator.
Definition at line 44 of file PatternMatchHelpers.h.
|
inline |
Definition at line 46 of file PatternMatchHelpers.h.
References match_combine_and(), and P.
Referenced by match_combine_and().
|
inline |
Definition at line 49 of file PatternMatchHelpers.h.
References llvm::PatternMatchHelpers::match_combine_and< Tys >::match(), and P.
| Ty llvm::PatternMatchHelpers::match_combine_and< Ty, Tys... >::P |
Definition at line 45 of file PatternMatchHelpers.h.
Referenced by match(), and match_combine_and().