LLVM: llvm::PatternMatch::specific_fpval Struct Reference (original) (raw)

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

#include "[llvm/IR/PatternMatch.h](PatternMatch%5F8h%5Fsource.html)"

Public Member Functions
specific_fpval (double V)
template
bool match (ITy *V) const
Public Attributes
double Val

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

Definition at line 1013 of file PatternMatch.h.

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

match()

template

bool llvm::PatternMatch::specific_fpval::match ( ITy * V) const inline

Val

double llvm::PatternMatch::specific_fpval::Val


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