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

Match a specified floating point value or vector of all elements of that value. More...

#include "llvm/IR/PatternMatch.h"

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

Public Member Functions

 specific_fpval (double V)
 
template<typename ITy >
bool match (ITy *V)
 

Public Attributes

double Val
 

Detailed Description

Match a specified floating point value or vector of all elements of that value.

Definition at line 522 of file PatternMatch.h.

Constructor & Destructor Documentation

◆ specific_fpval()

llvm::PatternMatch::specific_fpval::specific_fpval ( double  V)
inline

Definition at line 525 of file PatternMatch.h.

Member Function Documentation

◆ match()

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

Definition at line 527 of file PatternMatch.h.

Member Data Documentation

◆ Val

double llvm::PatternMatch::specific_fpval::Val

Definition at line 523 of file PatternMatch.h.


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