LLVM 24.0.0git
llvm::MIPatternMatch::SpecificImmMatch Struct Reference

#include "llvm/CodeGen/GlobalISel/MIPatternMatch.h"

Public Member Functions

 SpecificImmMatch (int64_t RequestedVal)
bool match (int64_t Imm) const

Public Attributes

int64_t RequestedVal

Detailed Description

Definition at line 240 of file MIPatternMatch.h.

Constructor & Destructor Documentation

◆ SpecificImmMatch()

llvm::MIPatternMatch::SpecificImmMatch::SpecificImmMatch ( int64_t RequestedVal)
inline

Definition at line 242 of file MIPatternMatch.h.

References RequestedVal.

Member Function Documentation

◆ match()

bool llvm::MIPatternMatch::SpecificImmMatch::match ( int64_t Imm) const
inline

Definition at line 243 of file MIPatternMatch.h.

References Imm, and RequestedVal.

Member Data Documentation

◆ RequestedVal

int64_t llvm::MIPatternMatch::SpecificImmMatch::RequestedVal

Definition at line 241 of file MIPatternMatch.h.

Referenced by match(), and SpecificImmMatch().


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