LLVM 22.0.0git
llvm::PatternMatch::apfloat_match Struct Reference

#include "llvm/IR/PatternMatch.h"

Public Member Functions

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

Public Attributes

const APFloat *& Res
bool AllowPoison

Detailed Description

Definition at line 274 of file PatternMatch.h.

Constructor & Destructor Documentation

◆ apfloat_match()

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

Definition at line 278 of file PatternMatch.h.

References AllowPoison, and Res.

Member Function Documentation

◆ match()

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

Member Data Documentation

◆ AllowPoison

bool llvm::PatternMatch::apfloat_match::AllowPoison

Definition at line 276 of file PatternMatch.h.

Referenced by apfloat_match(), and match().

◆ Res

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

Definition at line 275 of file PatternMatch.h.

Referenced by apfloat_match(), and match().


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