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