LLVM: llvm::PatternMatch::FNeg_match< Op_t > Struct Template Reference (original) (raw)

#include "[llvm/IR/PatternMatch.h](PatternMatch%5F8h%5Fsource.html)"

Public Member Functions
FNeg_match (const Op_t &Op)
template
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 1231 of file PatternMatch.h.

Constructor & Destructor Documentation

template<typename Op_t>

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

Definition at line 1234 of file PatternMatch.h.

References X.

Member Function Documentation

match()

template<typename Op_t>

template

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

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

Referenced by FNeg_match(), and match().


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