|
LLVM 22.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) const |
Public Attributes | |
| double | Val |
Match a specified floating point value or vector of all elements of that value.
Definition at line 999 of file PatternMatch.h.
|
inline |
Definition at line 1002 of file PatternMatch.h.
References Val.
|
inline |
Definition at line 1004 of file PatternMatch.h.
References llvm::CallingConv::C, llvm::dyn_cast(), llvm::dyn_cast_or_null(), and Val.
| double llvm::PatternMatch::specific_fpval::Val |
Definition at line 1000 of file PatternMatch.h.
Referenced by match(), and specific_fpval().