LLVM API Documentation
#include <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 327 of file PatternMatch.h.
llvm::PatternMatch::specific_fpval::specific_fpval | ( | double | V | ) | [inline] |
Definition at line 329 of file PatternMatch.h.
bool llvm::PatternMatch::specific_fpval::match | ( | ITy * | V | ) | [inline] |
Definition at line 332 of file PatternMatch.h.
References llvm::CallingConv::C, and Val.
Definition at line 328 of file PatternMatch.h.
Referenced by match().