LLVM 20.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 > | |
template<typename MatchContext > | |
bool | match (const MatchContext &, SDValue N) |
Public Attributes | |
Pred | P |
Definition at line 348 of file SDPatternMatch.h.
|
inline |
Definition at line 350 of file SDPatternMatch.h.
|
inline |
Definition at line 353 of file SDPatternMatch.h.
References llvm::SDPatternMatch::Or< Preds >::match(), N, and P.
Pred llvm::SDPatternMatch::Or< Pred, Preds... >::P |
Definition at line 349 of file SDPatternMatch.h.