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

#include "llvm/CodeGen/SDPatternMatch.h"

Public Member Functions

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

Public Attributes

SDValueMatchVal
 

Detailed Description

Definition at line 107 of file SDPatternMatch.h.

Constructor & Destructor Documentation

◆ DeferredValue_match()

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

Definition at line 110 of file SDPatternMatch.h.

Member Function Documentation

◆ match()

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

Definition at line 112 of file SDPatternMatch.h.

References MatchVal, and N.

Member Data Documentation

◆ MatchVal

SDValue& llvm::SDPatternMatch::DeferredValue_match::MatchVal

Definition at line 108 of file SDPatternMatch.h.

Referenced by match().


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