LLVM 18.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 228 of file PatternMatch.h.
Definition at line 232 of file PatternMatch.h.
|
inline |
Definition at line 235 of file PatternMatch.h.
References AllowUndef, llvm::CallingConv::C, and Res.
bool llvm::PatternMatch::apint_match::AllowUndef |
Definition at line 230 of file PatternMatch.h.
Referenced by match().
Definition at line 229 of file PatternMatch.h.
Referenced by match().