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

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

Public Member Functions

 BindImmMatch (int64_t &ImmOut)
bool match (int64_t Imm) const

Public Attributes

int64_t & ImmOut

Detailed Description

Definition at line 251 of file MIPatternMatch.h.

Constructor & Destructor Documentation

◆ BindImmMatch()

llvm::MIPatternMatch::BindImmMatch::BindImmMatch ( int64_t & ImmOut)
inline

Definition at line 253 of file MIPatternMatch.h.

References ImmOut.

Member Function Documentation

◆ match()

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

Definition at line 254 of file MIPatternMatch.h.

References Imm, and ImmOut.

Member Data Documentation

◆ ImmOut

int64_t& llvm::MIPatternMatch::BindImmMatch::ImmOut

Definition at line 252 of file MIPatternMatch.h.

Referenced by BindImmMatch(), and match().


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