LLVM 22.0.0git
llvm::MIPatternMatch::operand_type_match Struct Reference

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

Public Member Functions

bool match (const MachineRegisterInfo &MRI, Register Reg)
bool match (const MachineRegisterInfo &MRI, MachineOperand *MO)

Detailed Description

Definition at line 303 of file MIPatternMatch.h.

Member Function Documentation

◆ match() [1/2]

bool llvm::MIPatternMatch::operand_type_match::match ( const MachineRegisterInfo & MRI,
MachineOperand * MO )
inline

Definition at line 305 of file MIPatternMatch.h.

References llvm::MachineOperand::isReg(), and MRI.

◆ match() [2/2]

bool llvm::MIPatternMatch::operand_type_match::match ( const MachineRegisterInfo & MRI,
Register Reg )
inline

Definition at line 304 of file MIPatternMatch.h.

References MRI, and Reg.


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