|
LLVM 22.0.0git
|
#include "llvm/IR/PatternMatch.h"
Public Member Functions | |
| ElementWiseBitCast_match (const Op_t &OpMatch) | |
| template<typename OpTy> | |
| bool | match (OpTy *V) const |
Public Attributes | |
| Op_t | Op |
Definition at line 2166 of file PatternMatch.h.
|
inline |
Definition at line 2169 of file PatternMatch.h.
References Op.
|
inline |
Definition at line 2171 of file PatternMatch.h.
References llvm::cast(), llvm::dyn_cast(), I, and Op.
| Op_t llvm::PatternMatch::ElementWiseBitCast_match< Op_t >::Op |
Definition at line 2167 of file PatternMatch.h.
Referenced by ElementWiseBitCast_match(), and match().