LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::MIPatternMatch::GFCstOrSplatGFCstMatch Struct Reference

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

Public Member Functions

 GFCstOrSplatGFCstMatch (std::optional< FPValueAndVReg > &FPValReg)
 
bool match (const MachineRegisterInfo &MRI, Register Reg)
 

Public Attributes

std::optional< FPValueAndVReg > & FPValReg
 

Detailed Description

Definition at line 169 of file MIPatternMatch.h.

Constructor & Destructor Documentation

◆ GFCstOrSplatGFCstMatch()

llvm::MIPatternMatch::GFCstOrSplatGFCstMatch::GFCstOrSplatGFCstMatch ( std::optional< FPValueAndVReg > &  FPValReg)
inline

Definition at line 171 of file MIPatternMatch.h.

Member Function Documentation

◆ match()

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

Member Data Documentation

◆ FPValReg

std::optional<FPValueAndVReg>& llvm::MIPatternMatch::GFCstOrSplatGFCstMatch::FPValReg

Definition at line 170 of file MIPatternMatch.h.

Referenced by match().


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