LLVM 18.0.0git
|
#include "llvm/IR/PatternMatch.h"
Public Member Functions | |
apfloat_match (const APFloat *&Res, bool AllowUndef) | |
template<typename ITy > | |
bool | match (ITy *V) |
Public Attributes | |
const APFloat *& | Res |
bool | AllowUndef |
Definition at line 253 of file PatternMatch.h.
Definition at line 257 of file PatternMatch.h.
|
inline |
Definition at line 260 of file PatternMatch.h.
References AllowUndef, llvm::CallingConv::C, and Res.
bool llvm::PatternMatch::apfloat_match::AllowUndef |
Definition at line 255 of file PatternMatch.h.
Referenced by match().
Definition at line 254 of file PatternMatch.h.
Referenced by match().