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

#include "llvm/IR/PatternMatch.h"

Public Member Functions

 FNeg_match (const Op_t &Op)
template<typename OpTy>
bool match (OpTy *V) const

Public Attributes

Op_t X

Detailed Description

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

Definition at line 1205 of file PatternMatch.h.

Constructor & Destructor Documentation

◆ FNeg_match()

template<typename Op_t>
llvm::PatternMatch::FNeg_match< Op_t >::FNeg_match ( const Op_t & Op)
inline

Definition at line 1208 of file PatternMatch.h.

References X.

Member Function Documentation

◆ match()

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

Definition at line 1209 of file PatternMatch.h.

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

Referenced by match().

Member Data Documentation

◆ X

template<typename Op_t>
Op_t llvm::PatternMatch::FNeg_match< Op_t >::X

Definition at line 1206 of file PatternMatch.h.

Referenced by FNeg_match(), and match().


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