LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
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)
 

Public Attributes

Op_t Op
 

Detailed Description

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

Definition at line 1830 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 1833 of file PatternMatch.h.

Member Function Documentation

◆ match()

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

Definition at line 1835 of file PatternMatch.h.

References I.

Member Data Documentation

◆ Op

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

Definition at line 1831 of file PatternMatch.h.


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