|
LLVM
8.0.1
|
#include "llvm/IR/PatternMatch.h"

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 |
Definition at line 1259 of file PatternMatch.h.
|
inline |
Definition at line 1265 of file PatternMatch.h.
|
inline |
Definition at line 1267 of file PatternMatch.h.
References llvm::dyn_cast(), llvm::PatternMatch::match(), llvm::PatternMatch::brc_match< Cond_t >::match(), and SI.
| LHS_t llvm::PatternMatch::MaxMin_match< CmpInst_t, LHS_t, RHS_t, Pred_t, Commutable >::L |
Definition at line 1260 of file PatternMatch.h.
| RHS_t llvm::PatternMatch::MaxMin_match< CmpInst_t, LHS_t, RHS_t, Pred_t, Commutable >::R |
Definition at line 1261 of file PatternMatch.h.
1.8.13