LLVM 22.0.0git
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) const

Public Attributes

OP_t X

Detailed Description

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

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

References X.

Member Function Documentation

◆ match()

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

Definition at line 1141 of file PatternMatch.h.

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

Member Data Documentation

◆ X

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

Definition at line 1137 of file PatternMatch.h.

Referenced by AnyUnaryOp_match(), and match().


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