|
LLVM 23.0.0git
|
This helper class is used to match scalar and vector constants that satisfy a specified predicate, and bind them to an APFloat. More...
#include "llvm/IR/PatternMatch.h"
Public Member Functions | |
| apf_pred_ty (const APFloat *&R) | |
| template<typename ITy> | |
| bool | match (ITy *V) const |
Public Attributes | |
| const APFloat *& | Res |
This helper class is used to match scalar and vector constants that satisfy a specified predicate, and bind them to an APFloat.
Poison is allowed in splat vector constants.
Definition at line 408 of file PatternMatch.h.
|
inline |
Definition at line 411 of file PatternMatch.h.
References Res.
|
inline |
Definition at line 413 of file PatternMatch.h.
References llvm::CallingConv::C, llvm::dyn_cast(), llvm::dyn_cast_or_null(), and Res.
| const APFloat*& llvm::PatternMatch::apf_pred_ty< Predicate >::Res |
Definition at line 409 of file PatternMatch.h.
Referenced by apf_pred_ty(), and match().