struct cstfp_pred_ty
Declaration
template <typename Predicate>
struct cstfp_pred_ty { /* full declaration omitted */ };
Description
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.
Declared at: llvm/include/llvm/IR/PatternMatch.h:283
Templates
- Predicate
Method Overview
- public template <typename ITy>bool match(ITy * V)
Methods
ΒΆtemplate <typename ITy>
bool match(ITy* V)
template <typename ITy>
bool match(ITy* V)
Declared at: llvm/include/llvm/IR/PatternMatch.h:284
Templates
- ITy
Parameters
- ITy* V