LLVM 22.0.0git
llvm::PatternMatch::ElementWiseBitCast_match< Op_t > Struct Template Reference

#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

Detailed Description

template<typename Op_t>
struct llvm::PatternMatch::ElementWiseBitCast_match< Op_t >

Definition at line 2154 of file PatternMatch.h.

Constructor & Destructor Documentation

◆ ElementWiseBitCast_match()

template<typename Op_t>
llvm::PatternMatch::ElementWiseBitCast_match< Op_t >::ElementWiseBitCast_match ( const Op_t & OpMatch)
inline

Definition at line 2157 of file PatternMatch.h.

References Op.

Member Function Documentation

◆ match()

template<typename Op_t>
template<typename OpTy>
bool llvm::PatternMatch::ElementWiseBitCast_match< Op_t >::match ( OpTy * V) const
inline

Definition at line 2159 of file PatternMatch.h.

References llvm::cast(), llvm::dyn_cast(), I, and Op.

Member Data Documentation

◆ Op

template<typename Op_t>
Op_t llvm::PatternMatch::ElementWiseBitCast_match< Op_t >::Op

Definition at line 2155 of file PatternMatch.h.

Referenced by ElementWiseBitCast_match(), and match().


The documentation for this struct was generated from the following file: