LLVM
15.0.0git
|
#include "llvm/IR/PatternMatch.h"
Public Member Functions | |
apint_match (const APInt *&Res, bool AllowUndef) | |
template<typename ITy > | |
bool | match (ITy *V) |
Public Attributes | |
const APInt *& | Res |
bool | AllowUndef |
Definition at line 222 of file PatternMatch.h.
Definition at line 226 of file PatternMatch.h.
|
inline |
Definition at line 229 of file PatternMatch.h.
References AllowUndef, and Res.
bool llvm::PatternMatch::apint_match::AllowUndef |
Definition at line 224 of file PatternMatch.h.
Referenced by match().
Definition at line 223 of file PatternMatch.h.
Referenced by match().