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

#include "llvm/CodeGen/SDPatternMatch.h"

Public Member Functions

 ConstantInt_match (APInt *V)
template<typename MatchContext>
bool match (const MatchContext &, SDValue N)

Public Attributes

APIntBindVal

Detailed Description

Definition at line 1081 of file SDPatternMatch.h.

Constructor & Destructor Documentation

◆ ConstantInt_match()

llvm::SDPatternMatch::ConstantInt_match::ConstantInt_match ( APInt * V)
inlineexplicit

Definition at line 1084 of file SDPatternMatch.h.

References BindVal.

Member Function Documentation

◆ match()

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

Member Data Documentation

◆ BindVal

APInt* llvm::SDPatternMatch::ConstantInt_match::BindVal

Definition at line 1082 of file SDPatternMatch.h.

Referenced by ConstantInt_match(), and match().


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