LLVM 23.0.0git
llvm::SDPatternMatch::UnaryOpc_match< Opnd_P, ExcludeChain > Struct Template Reference

#include "llvm/CodeGen/SDPatternMatch.h"

Public Member Functions

 UnaryOpc_match (unsigned Opc, const Opnd_P &Op, SDNodeFlags Flgs=SDNodeFlags())
template<typename MatchContext>
bool match (const MatchContext &Ctx, SDValue N)

Public Attributes

unsigned Opcode
Opnd_P Opnd
SDNodeFlags Flags

Detailed Description

template<typename Opnd_P, bool ExcludeChain = false>
struct llvm::SDPatternMatch::UnaryOpc_match< Opnd_P, ExcludeChain >

Definition at line 994 of file SDPatternMatch.h.

Constructor & Destructor Documentation

◆ UnaryOpc_match()

template<typename Opnd_P, bool ExcludeChain = false>
llvm::SDPatternMatch::UnaryOpc_match< Opnd_P, ExcludeChain >::UnaryOpc_match ( unsigned Opc,
const Opnd_P & Op,
SDNodeFlags Flgs = SDNodeFlags() )
inline

Definition at line 998 of file SDPatternMatch.h.

References Flags, Opc, Opcode, and Opnd.

Member Function Documentation

◆ match()

template<typename Opnd_P, bool ExcludeChain = false>
template<typename MatchContext>
bool llvm::SDPatternMatch::UnaryOpc_match< Opnd_P, ExcludeChain >::match ( const MatchContext & Ctx,
SDValue N )
inline

Member Data Documentation

◆ Flags

template<typename Opnd_P, bool ExcludeChain = false>
SDNodeFlags llvm::SDPatternMatch::UnaryOpc_match< Opnd_P, ExcludeChain >::Flags

Definition at line 997 of file SDPatternMatch.h.

Referenced by match(), and UnaryOpc_match().

◆ Opcode

template<typename Opnd_P, bool ExcludeChain = false>
unsigned llvm::SDPatternMatch::UnaryOpc_match< Opnd_P, ExcludeChain >::Opcode

Definition at line 995 of file SDPatternMatch.h.

Referenced by match(), and UnaryOpc_match().

◆ Opnd

template<typename Opnd_P, bool ExcludeChain = false>
Opnd_P llvm::SDPatternMatch::UnaryOpc_match< Opnd_P, ExcludeChain >::Opnd

Definition at line 996 of file SDPatternMatch.h.

Referenced by match(), and UnaryOpc_match().


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