LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::SDPatternMatch::Value_match Struct Reference

#include "llvm/CodeGen/SDPatternMatch.h"

Public Member Functions

 Value_match ()=default
 
 Value_match (SDValue Match)
 
template<typename MatchContext >
bool match (const MatchContext &, SDValue N)
 

Public Attributes

SDValue MatchVal
 

Detailed Description

Definition at line 85 of file SDPatternMatch.h.

Constructor & Destructor Documentation

◆ Value_match() [1/2]

llvm::SDPatternMatch::Value_match::Value_match ( )
default

◆ Value_match() [2/2]

llvm::SDPatternMatch::Value_match::Value_match ( SDValue  Match)
inlineexplicit

Definition at line 90 of file SDPatternMatch.h.

Member Function Documentation

◆ match()

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

Definition at line 92 of file SDPatternMatch.h.

References MatchVal, and N.

Member Data Documentation

◆ MatchVal

SDValue llvm::SDPatternMatch::Value_match::MatchVal

Definition at line 86 of file SDPatternMatch.h.

Referenced by match().


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