|
LLVM 22.0.0git
|
#include "llvm/CodeGen/SDPatternMatch.h"
Public Member Functions | |
| Or (const Pred &p, const Preds &...preds) | |
| template<typename MatchContext> | |
| bool | match (const MatchContext &Ctx, SDValue N) |
| Public Member Functions inherited from llvm::SDPatternMatch::Or< Preds... > | |
| bool | match (const MatchContext &, SDValue N) |
Public Attributes | |
| Pred | P |
Definition at line 401 of file SDPatternMatch.h.
|
inline |
|
inline |
Definition at line 406 of file SDPatternMatch.h.
References llvm::SDPatternMatch::Or< Preds >::match(), N, and P.
| Pred llvm::SDPatternMatch::Or< Pred, Preds... >::P |
Definition at line 402 of file SDPatternMatch.h.