LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::PatternMatch::AnyUnaryOp_match< OP_t > Struct Template Reference

#include "llvm/IR/PatternMatch.h"

Public Member Functions

 AnyUnaryOp_match (const OP_t &X)
 
template<typename OpTy >
bool match (OpTy *V)
 

Public Attributes

OP_t X
 

Detailed Description

template<typename OP_t>
struct llvm::PatternMatch::AnyUnaryOp_match< OP_t >

Definition at line 994 of file PatternMatch.h.

Constructor & Destructor Documentation

◆ AnyUnaryOp_match()

template<typename OP_t >
llvm::PatternMatch::AnyUnaryOp_match< OP_t >::AnyUnaryOp_match ( const OP_t &  X)
inline

Definition at line 997 of file PatternMatch.h.

Member Function Documentation

◆ match()

template<typename OP_t >
template<typename OpTy >
bool llvm::PatternMatch::AnyUnaryOp_match< OP_t >::match ( OpTy *  V)
inline

Definition at line 999 of file PatternMatch.h.

References I, and llvm::PatternMatch::AnyUnaryOp_match< OP_t >::X.

Member Data Documentation

◆ X

template<typename OP_t >
OP_t llvm::PatternMatch::AnyUnaryOp_match< OP_t >::X

Definition at line 995 of file PatternMatch.h.

Referenced by llvm::PatternMatch::AnyUnaryOp_match< OP_t >::match().


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