LLVM  8.0.1
Public Member Functions | Public Attributes | List of all members
llvm::PatternMatch::Signum_match< Opnd_t > Struct Template Reference

#include "llvm/IR/PatternMatch.h"

Collaboration diagram for llvm::PatternMatch::Signum_match< Opnd_t >:
Collaboration graph
[legend]

Public Member Functions

 Signum_match (const Opnd_t &V)
 
template<typename OpTy >
bool match (OpTy *V)
 

Public Attributes

Opnd_t Val
 

Detailed Description

template<typename Opnd_t>
struct llvm::PatternMatch::Signum_match< Opnd_t >

Definition at line 1714 of file PatternMatch.h.

Constructor & Destructor Documentation

◆ Signum_match()

template<typename Opnd_t >
llvm::PatternMatch::Signum_match< Opnd_t >::Signum_match ( const Opnd_t &  V)
inline

Definition at line 1716 of file PatternMatch.h.

Member Function Documentation

◆ match()

template<typename Opnd_t >
template<typename OpTy >
bool llvm::PatternMatch::Signum_match< Opnd_t >::match ( OpTy *  V)
inline

Member Data Documentation

◆ Val

template<typename Opnd_t >
Opnd_t llvm::PatternMatch::Signum_match< Opnd_t >::Val

Definition at line 1715 of file PatternMatch.h.


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