LLVM
8.0.1
|
This helper class is used to match scalar and vector floating-point constants that satisfy a specified predicate. More...
#include "llvm/IR/PatternMatch.h"
Public Member Functions | |
template<typename ITy > | |
bool | match (ITy *V) |
This helper class is used to match scalar and vector floating-point constants that satisfy a specified predicate.
For vector constants, undefined elements are ignored.
Definition at line 264 of file PatternMatch.h.
|
inline |
Definition at line 265 of file PatternMatch.h.
References assert(), C, and llvm::dyn_cast().
Referenced by llvm::PatternMatch::FNeg_match< Op_t >::match().