LLVM 20.0.0git
|
Match a specified floating point value or vector of all elements of that value. More...
#include "llvm/IR/PatternMatch.h"
Public Member Functions | |
specific_fpval (double V) | |
template<typename ITy > | |
bool | match (ITy *V) |
Public Attributes | |
double | Val |
Match a specified floating point value or vector of all elements of that value.
Definition at line 910 of file PatternMatch.h.
|
inline |
Definition at line 913 of file PatternMatch.h.
|
inline |
Definition at line 915 of file PatternMatch.h.
References llvm::CallingConv::C, and Val.
double llvm::PatternMatch::specific_fpval::Val |
Definition at line 911 of file PatternMatch.h.
Referenced by match().