LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::MIPatternMatch::BinaryOp_match< LHS_P, RHS_P, Opcode, Commutable > Struct Template Reference

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

Public Member Functions

 BinaryOp_match (const LHS_P &LHS, const RHS_P &RHS)
 
template<typename OpTy >
bool match (const MachineRegisterInfo &MRI, OpTy &&Op)
 

Public Attributes

LHS_P L
 
RHS_P R
 

Detailed Description

template<typename LHS_P, typename RHS_P, unsigned Opcode, bool Commutable = false>
struct llvm::MIPatternMatch::BinaryOp_match< LHS_P, RHS_P, Opcode, Commutable >

Definition at line 392 of file MIPatternMatch.h.

Constructor & Destructor Documentation

◆ BinaryOp_match()

template<typename LHS_P , typename RHS_P , unsigned Opcode, bool Commutable = false>
llvm::MIPatternMatch::BinaryOp_match< LHS_P, RHS_P, Opcode, Commutable >::BinaryOp_match ( const LHS_P &  LHS,
const RHS_P &  RHS 
)
inline

Definition at line 396 of file MIPatternMatch.h.

Member Function Documentation

◆ match()

template<typename LHS_P , typename RHS_P , unsigned Opcode, bool Commutable = false>
template<typename OpTy >
bool llvm::MIPatternMatch::BinaryOp_match< LHS_P, RHS_P, Opcode, Commutable >::match ( const MachineRegisterInfo MRI,
OpTy &&  Op 
)
inline

Member Data Documentation

◆ L

template<typename LHS_P , typename RHS_P , unsigned Opcode, bool Commutable = false>
LHS_P llvm::MIPatternMatch::BinaryOp_match< LHS_P, RHS_P, Opcode, Commutable >::L

◆ R

template<typename LHS_P , typename RHS_P , unsigned Opcode, bool Commutable = false>
RHS_P llvm::MIPatternMatch::BinaryOp_match< LHS_P, RHS_P, Opcode, Commutable >::R

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