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

#include "llvm/IR/PatternMatch.h"

Public Member Functions

 NNegZExt_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::NNegZExt_match< Op_t >

Definition at line 2114 of file PatternMatch.h.

Constructor & Destructor Documentation

◆ NNegZExt_match()

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

Definition at line 2117 of file PatternMatch.h.

References Op.

Member Function Documentation

◆ match()

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

Definition at line 2119 of file PatternMatch.h.

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

Member Data Documentation

◆ Op

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

Definition at line 2115 of file PatternMatch.h.

Referenced by match(), and NNegZExt_match().


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