| 
    LLVM 22.0.0git
    
   | 
 
#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 | 
Definition at line 178 of file MIPatternMatch.h.
      
  | 
  inline | 
Definition at line 180 of file MIPatternMatch.h.
References FPValReg.
      
  | 
  inline | 
Definition at line 182 of file MIPatternMatch.h.
References FPValReg, llvm::getFConstantSplat(), llvm::getFConstantVRegValWithLookThrough(), MRI, and Reg.
| std::optional<FPValueAndVReg>& llvm::MIPatternMatch::GFCstOrSplatGFCstMatch::FPValReg | 
Definition at line 179 of file MIPatternMatch.h.
Referenced by GFCstOrSplatGFCstMatch(), and match().