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