LLVM 20.0.0git
|
#include "llvm/IR/PatternMatch.h"
Public Member Functions | |
apint_match (const APInt *&Res, bool AllowPoison) | |
template<typename ITy > | |
bool | match (ITy *V) |
Public Attributes | |
const APInt *& | Res |
bool | AllowPoison |
Definition at line 249 of file PatternMatch.h.
Definition at line 253 of file PatternMatch.h.
|
inline |
Definition at line 256 of file PatternMatch.h.
References AllowPoison, llvm::CallingConv::C, and Res.
bool llvm::PatternMatch::apint_match::AllowPoison |
Definition at line 251 of file PatternMatch.h.
Referenced by match().
Definition at line 250 of file PatternMatch.h.
Referenced by match().