LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
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 695 of file SDPatternMatch.h.

Constructor & Destructor Documentation

◆ SpecificInt_match()

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

Definition at line 698 of file SDPatternMatch.h.

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 696 of file SDPatternMatch.h.

Referenced by match().


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