LLVM  8.0.1
Public Member Functions | Public Attributes | List of all members
llvm::PatternMatch::MaxMin_match< CmpInst_t, LHS_t, RHS_t, Pred_t, Commutable > Struct Template Reference

#include "llvm/IR/PatternMatch.h"

Collaboration diagram for llvm::PatternMatch::MaxMin_match< CmpInst_t, LHS_t, RHS_t, Pred_t, Commutable >:
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, bool Commutable = false>
struct llvm::PatternMatch::MaxMin_match< CmpInst_t, LHS_t, RHS_t, Pred_t, Commutable >

Definition at line 1259 of file PatternMatch.h.

Constructor & Destructor Documentation

◆ MaxMin_match()

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

Definition at line 1265 of file PatternMatch.h.

Member Function Documentation

◆ match()

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

Member Data Documentation

◆ L

template<typename CmpInst_t, typename LHS_t, typename RHS_t, typename Pred_t, bool Commutable = false>
LHS_t llvm::PatternMatch::MaxMin_match< CmpInst_t, LHS_t, RHS_t, Pred_t, Commutable >::L

Definition at line 1260 of file PatternMatch.h.

◆ R

template<typename CmpInst_t, typename LHS_t, typename RHS_t, typename Pred_t, bool Commutable = false>
RHS_t llvm::PatternMatch::MaxMin_match< CmpInst_t, LHS_t, RHS_t, Pred_t, Commutable >::R

Definition at line 1261 of file PatternMatch.h.


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