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

#include "llvm/IR/PatternMatch.h"

Collaboration diagram for llvm::PatternMatch::apfloat_match:
Collaboration graph
[legend]

Public Member Functions

 apfloat_match (const APFloat *&R)
 
template<typename ITy >
bool match (ITy *V)
 

Public Attributes

const APFloat *& Res
 

Detailed Description

Definition at line 156 of file PatternMatch.h.

Constructor & Destructor Documentation

◆ apfloat_match()

llvm::PatternMatch::apfloat_match::apfloat_match ( const APFloat *&  R)
inline

Definition at line 158 of file PatternMatch.h.

Member Function Documentation

◆ match()

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

Definition at line 159 of file PatternMatch.h.

References C.

Member Data Documentation

◆ Res

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

Definition at line 157 of file PatternMatch.h.


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