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

#include "llvm/CodeGen/SDPatternMatch.h"

Public Member Functions

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

Public Attributes

SDValueBindVal
 

Detailed Description

Definition at line 169 of file SDPatternMatch.h.

Constructor & Destructor Documentation

◆ Value_bind()

llvm::SDPatternMatch::Value_bind::Value_bind ( SDValue N)
inlineexplicit

Definition at line 172 of file SDPatternMatch.h.

Member Function Documentation

◆ match()

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

Definition at line 174 of file SDPatternMatch.h.

References BindVal, and N.

Member Data Documentation

◆ BindVal

SDValue& llvm::SDPatternMatch::Value_bind::BindVal

Definition at line 170 of file SDPatternMatch.h.

Referenced by match().


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