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