LLVM 22.0.0git
llvm::SDPatternMatch::Opcode_match Struct Reference

#include "llvm/CodeGen/SDPatternMatch.h"

Public Member Functions

 Opcode_match (unsigned Opc)
template<typename MatchContext>
bool match (const MatchContext &Ctx, SDValue N)

Public Attributes

unsigned Opcode

Detailed Description

Definition at line 147 of file SDPatternMatch.h.

Constructor & Destructor Documentation

◆ Opcode_match()

llvm::SDPatternMatch::Opcode_match::Opcode_match ( unsigned Opc)
inlineexplicit

Definition at line 150 of file SDPatternMatch.h.

References Opc, and Opcode.

Member Function Documentation

◆ match()

template<typename MatchContext>
bool llvm::SDPatternMatch::Opcode_match::match ( const MatchContext & Ctx,
SDValue N )
inline

Definition at line 153 of file SDPatternMatch.h.

References N, and Opcode.

Member Data Documentation

◆ Opcode

unsigned llvm::SDPatternMatch::Opcode_match::Opcode

Definition at line 148 of file SDPatternMatch.h.

Referenced by match(), and Opcode_match().


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