LLVM 22.0.0git
llvm::MIPatternMatch::ICstOrSplatMatch< ConstT > Struct Template Reference

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

Public Member Functions

 ICstOrSplatMatch (ConstT &C)
bool match (const MachineRegisterInfo &MRI, Register Reg)

Public Attributes

ConstT & CR

Detailed Description

template<typename ConstT>
struct llvm::MIPatternMatch::ICstOrSplatMatch< ConstT >

Definition at line 125 of file MIPatternMatch.h.

Constructor & Destructor Documentation

◆ ICstOrSplatMatch()

template<typename ConstT>
llvm::MIPatternMatch::ICstOrSplatMatch< ConstT >::ICstOrSplatMatch ( ConstT & C)
inline

Definition at line 127 of file MIPatternMatch.h.

References llvm::CallingConv::C, and CR.

Member Function Documentation

◆ match()

template<typename ConstT>
bool llvm::MIPatternMatch::ICstOrSplatMatch< ConstT >::match ( const MachineRegisterInfo & MRI,
Register Reg )
inline

Member Data Documentation

◆ CR

template<typename ConstT>
ConstT& llvm::MIPatternMatch::ICstOrSplatMatch< ConstT >::CR

Definition at line 126 of file MIPatternMatch.h.

Referenced by ICstOrSplatMatch(), and match().


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