LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
llvm::PatternMatch::MaxMin_match< CmpInst_t, LHS_t, RHS_t, Pred_t > Struct Template Reference

#include <PatternMatch.h>

Collaboration diagram for llvm::PatternMatch::MaxMin_match< CmpInst_t, LHS_t, RHS_t, Pred_t >:
Collaboration graph
[legend]

Public Member Functions

 MaxMin_match (const LHS_t &LHS, const RHS_t &RHS)
 
template<typename OpTy >
bool match (OpTy *V)
 

Public Attributes

LHS_t L
 
RHS_t R
 

Detailed Description

template<typename CmpInst_t, typename LHS_t, typename RHS_t, typename Pred_t>
struct llvm::PatternMatch::MaxMin_match< CmpInst_t, LHS_t, RHS_t, Pred_t >

Definition at line 847 of file PatternMatch.h.

Constructor & Destructor Documentation

template<typename CmpInst_t, typename LHS_t, typename RHS_t, typename Pred_t>
llvm::PatternMatch::MaxMin_match< CmpInst_t, LHS_t, RHS_t, Pred_t >::MaxMin_match ( const LHS_t &  LHS,
const RHS_t &  RHS 
)
inline

Definition at line 851 of file PatternMatch.h.

Member Function Documentation

template<typename CmpInst_t, typename LHS_t, typename RHS_t, typename Pred_t>
template<typename OpTy >
bool llvm::PatternMatch::MaxMin_match< CmpInst_t, LHS_t, RHS_t, Pred_t >::match ( OpTy *  V)
inline

Member Data Documentation

template<typename CmpInst_t, typename LHS_t, typename RHS_t, typename Pred_t>
LHS_t llvm::PatternMatch::MaxMin_match< CmpInst_t, LHS_t, RHS_t, Pred_t >::L
template<typename CmpInst_t, typename LHS_t, typename RHS_t, typename Pred_t>
RHS_t llvm::PatternMatch::MaxMin_match< CmpInst_t, LHS_t, RHS_t, Pred_t >::R

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