LLVM 22.0.0git
|
#include "llvm/IR/PatternMatch.h"
Public Member Functions | |
apint_match (const APInt *&Res, bool AllowPoison) | |
template<typename ITy> | |
bool | match (ITy *V) const |
Public Attributes | |
const APInt *& | Res |
bool | AllowPoison |
Definition at line 262 of file PatternMatch.h.
Definition at line 266 of file PatternMatch.h.
References AllowPoison, and Res.
|
inline |
Definition at line 269 of file PatternMatch.h.
References AllowPoison, llvm::CallingConv::C, llvm::dyn_cast(), llvm::dyn_cast_or_null(), and Res.
bool llvm::PatternMatch::apint_match::AllowPoison |
Definition at line 264 of file PatternMatch.h.
Referenced by apint_match(), and match().
Definition at line 263 of file PatternMatch.h.
Referenced by apint_match(), and match().