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

Constructor & Destructor Documentation

◆ ValueType_bind()

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

Definition at line 256 of file SDPatternMatch.h.

References BindVT.

Member Function Documentation

◆ match()

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

Definition at line 258 of file SDPatternMatch.h.

References BindVT, and N.

Member Data Documentation

◆ BindVT

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

Definition at line 254 of file SDPatternMatch.h.

Referenced by match(), and ValueType_bind().


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