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

Constructor & Destructor Documentation

◆ DeferredValue_match()

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

Definition at line 131 of file SDPatternMatch.h.

References MatchVal.

Member Function Documentation

◆ match()

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

Definition at line 133 of file SDPatternMatch.h.

References MatchVal, and N.

Member Data Documentation

◆ MatchVal

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

Definition at line 129 of file SDPatternMatch.h.

Referenced by DeferredValue_match(), and match().


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