LLVM 18.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 253 of file PatternMatch.h.

Constructor & Destructor Documentation

◆ apfloat_match()

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

Definition at line 257 of file PatternMatch.h.

Member Function Documentation

◆ match()

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

Definition at line 260 of file PatternMatch.h.

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

Member Data Documentation

◆ AllowUndef

bool llvm::PatternMatch::apfloat_match::AllowUndef

Definition at line 255 of file PatternMatch.h.

Referenced by match().

◆ Res

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

Definition at line 254 of file PatternMatch.h.

Referenced by match().


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