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

#include "llvm/IR/PatternMatch.h"

Public Member Functions

 apfloat_match (const APFloat *&Res, bool AllowUndef)
 
template<typename ITy >
bool match (ITy *V)
 

Public Attributes

const APFloat *& Res
 
bool AllowUndef
 

Detailed Description

Definition at line 269 of file PatternMatch.h.

Constructor & Destructor Documentation

◆ apfloat_match()

llvm::PatternMatch::apfloat_match::apfloat_match ( const APFloat *&  Res,
bool  AllowUndef 
)
inline

Definition at line 273 of file PatternMatch.h.

Member Function Documentation

◆ match()

template<typename ITy >
bool llvm::PatternMatch::apfloat_match::match ( ITy *  V)
inline

Definition at line 276 of file PatternMatch.h.

References AllowUndef, llvm::CallingConv::C, and Res.

Member Data Documentation

◆ AllowUndef

bool llvm::PatternMatch::apfloat_match::AllowUndef

Definition at line 271 of file PatternMatch.h.

Referenced by match().

◆ Res

const APFloat*& llvm::PatternMatch::apfloat_match::Res

Definition at line 270 of file PatternMatch.h.

Referenced by match().


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