LLVM 22.0.0git
|
#include "llvm/IR/PatternMatch.h"
Public Member Functions | |
apfloat_match (const APFloat *&Res, bool AllowPoison) | |
template<typename ITy> | |
bool | match (ITy *V) const |
Public Attributes | |
const APFloat *& | Res |
bool | AllowPoison |
Definition at line 274 of file PatternMatch.h.
Definition at line 278 of file PatternMatch.h.
References AllowPoison, and Res.
|
inline |
Definition at line 281 of file PatternMatch.h.
References AllowPoison, llvm::CallingConv::C, llvm::dyn_cast(), llvm::dyn_cast_or_null(), and Res.
bool llvm::PatternMatch::apfloat_match::AllowPoison |
Definition at line 276 of file PatternMatch.h.
Referenced by apfloat_match(), and match().
Definition at line 275 of file PatternMatch.h.
Referenced by apfloat_match(), and match().