LLVM 22.0.0git
llvm::MIPatternMatch::UnaryOp_match< SrcTy, Opcode > Struct Template Reference

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

Public Member Functions

 UnaryOp_match (const SrcTy &LHS)
template<typename OpTy>
bool match (const MachineRegisterInfo &MRI, OpTy &&Op)

Public Attributes

SrcTy L

Detailed Description

template<typename SrcTy, unsigned Opcode>
struct llvm::MIPatternMatch::UnaryOp_match< SrcTy, Opcode >

Definition at line 677 of file MIPatternMatch.h.

Constructor & Destructor Documentation

◆ UnaryOp_match()

template<typename SrcTy, unsigned Opcode>
llvm::MIPatternMatch::UnaryOp_match< SrcTy, Opcode >::UnaryOp_match ( const SrcTy & LHS)
inline

Definition at line 680 of file MIPatternMatch.h.

References L, and LHS.

Member Function Documentation

◆ match()

Member Data Documentation

◆ L

template<typename SrcTy, unsigned Opcode>
SrcTy llvm::MIPatternMatch::UnaryOp_match< SrcTy, Opcode >::L

Definition at line 678 of file MIPatternMatch.h.

Referenced by match(), and UnaryOp_match().


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