|
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 282 of file PatternMatch.h.
| using llvm::PatternMatch::ap_match< APTy >::ConstantTy |
Definition at line 284 of file PatternMatch.h.
|
inline |
Definition at line 290 of file PatternMatch.h.
References AllowPoison, and Res.
|
inline |
Definition at line 293 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 288 of file PatternMatch.h.
Referenced by ap_match(), and match().
| const APTy*& llvm::PatternMatch::ap_match< APTy >::Res |
Definition at line 287 of file PatternMatch.h.
Referenced by ap_match(), and match().