LLVM 22.0.0git
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 194 of file SDPatternMatch.h.

Constructor & Destructor Documentation

◆ Value_bind()

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

Definition at line 197 of file SDPatternMatch.h.

References BindVal, and N.

Member Function Documentation

◆ match()

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

Definition at line 199 of file SDPatternMatch.h.

References BindVal, and N.

Member Data Documentation

◆ BindVal

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

Definition at line 195 of file SDPatternMatch.h.

Referenced by match(), and Value_bind().


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