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

#include "llvm/CodeGen/SDPatternMatch.h"

Public Member Functions

 ValueType_bind (EVT &Bind)
 
template<typename MatchContext >
bool match (const MatchContext &, SDValue N)
 

Public Attributes

EVTBindVT
 

Detailed Description

Definition at line 228 of file SDPatternMatch.h.

Constructor & Destructor Documentation

◆ ValueType_bind()

llvm::SDPatternMatch::ValueType_bind::ValueType_bind ( EVT Bind)
inlineexplicit

Definition at line 231 of file SDPatternMatch.h.

Member Function Documentation

◆ match()

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

Definition at line 233 of file SDPatternMatch.h.

References BindVT, and N.

Member Data Documentation

◆ BindVT

EVT& llvm::SDPatternMatch::ValueType_bind::BindVT

Definition at line 229 of file SDPatternMatch.h.

Referenced by match().


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