LLVM 22.0.0git
llvm::SDPatternMatch::SpecificInt_match Struct Reference

#include "llvm/CodeGen/SDPatternMatch.h"

Public Member Functions

 SpecificInt_match (APInt APV)
template<typename MatchContext>
bool match (const MatchContext &Ctx, SDValue N)

Public Attributes

APInt IntVal

Detailed Description

Definition at line 1108 of file SDPatternMatch.h.

Constructor & Destructor Documentation

◆ SpecificInt_match()

llvm::SDPatternMatch::SpecificInt_match::SpecificInt_match ( APInt APV)
inlineexplicit

Definition at line 1111 of file SDPatternMatch.h.

References IntVal, and llvm::move().

Member Function Documentation

◆ match()

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

Member Data Documentation

◆ IntVal

APInt llvm::SDPatternMatch::SpecificInt_match::IntVal

Definition at line 1109 of file SDPatternMatch.h.

Referenced by match(), and SpecificInt_match().


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