|
LLVM
4.0.0
|
Match a specified floating point value or vector of all elements of that value. More...
#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 326 of file PatternMatch.h.
|
inline |
Definition at line 328 of file PatternMatch.h.
|
inline |
Definition at line 330 of file PatternMatch.h.
| double llvm::PatternMatch::specific_fpval::Val |
Definition at line 327 of file PatternMatch.h.
Referenced by match().
1.8.6