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

Public Attributes

Op_t X
 

Detailed Description

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

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

Member Function Documentation

◆ match()

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

Member Data Documentation

◆ X

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

Definition at line 1062 of file PatternMatch.h.

Referenced by llvm::PatternMatch::FNeg_match< Op_t >::match().


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