LLVM 22.0.0git
llvm::SDPatternMatch::And< Preds > Struct Template Reference

#include "llvm/CodeGen/SDPatternMatch.h"

Inheritance diagram for llvm::SDPatternMatch::And< Preds >:
[legend]

Public Member Functions

template<typename MatchContext>
bool match (const MatchContext &, SDValue N)

Detailed Description

template<typename... Preds>
struct llvm::SDPatternMatch::And< Preds >

Definition at line 377 of file SDPatternMatch.h.

Member Function Documentation

◆ match()

template<typename... Preds>
template<typename MatchContext>
bool llvm::SDPatternMatch::And< Preds >::match ( const MatchContext & ,
SDValue N )
inline

Definition at line 378 of file SDPatternMatch.h.

References N.

Referenced by llvm::SDPatternMatch::And< Pred, Preds... >::match().


The documentation for this struct was generated from the following file: