|
LLVM 22.0.0git
|
#include "llvm/IR/PatternMatch.h"
Public Member Functions | |
| CastOperator_match (const Op_t &OpMatch) | |
| template<typename OpTy> | |
| bool | match (OpTy *V) const |
Public Attributes | |
| Op_t | Op |
Definition at line 2093 of file PatternMatch.h.
|
inline |
Definition at line 2096 of file PatternMatch.h.
References Op.
|
inline |
Definition at line 2098 of file PatternMatch.h.
References llvm::dyn_cast(), and Op.
| Op_t llvm::PatternMatch::CastOperator_match< Op_t, Opcode >::Op |
Definition at line 2094 of file PatternMatch.h.
Referenced by CastOperator_match(), and match().