LLVM 22.0.0git
|
#include "llvm/IR/PatternMatch.h"
Public Types | |
using | ConstantTy |
Public Member Functions | |
ap_match (const APTy *&Res, bool AllowPoison) | |
template<typename ITy> | |
bool | match (ITy *V) const |
Public Attributes | |
const APTy *& | Res |
bool | AllowPoison |
Definition at line 262 of file PatternMatch.h.
using llvm::PatternMatch::ap_match< APTy >::ConstantTy |
Definition at line 264 of file PatternMatch.h.
|
inline |
Definition at line 270 of file PatternMatch.h.
References AllowPoison, and Res.
|
inline |
Definition at line 273 of file PatternMatch.h.
References AllowPoison, llvm::CallingConv::C, llvm::dyn_cast(), llvm::dyn_cast_or_null(), and Res.
bool llvm::PatternMatch::ap_match< APTy >::AllowPoison |
Definition at line 268 of file PatternMatch.h.
Referenced by ap_match(), and match().
const APTy*& llvm::PatternMatch::ap_match< APTy >::Res |
Definition at line 267 of file PatternMatch.h.
Referenced by ap_match(), and match().