| 
    LLVM 22.0.0git
    
   | 
 
#include "llvm/IR/PatternMatch.h"
Public Types | |
| using | PredType = Pred_t | 
Public Member Functions | |
| MaxMin_match (const LHS_t &LHS, const RHS_t &RHS) | |
| template<typename OpTy> | |
| bool | match (OpTy *V) const | 
Public Attributes | |
| LHS_t | L | 
| RHS_t | R | 
Definition at line 2405 of file PatternMatch.h.
| using llvm::PatternMatch::MaxMin_match< CmpInst_t, LHS_t, RHS_t, Pred_t, Commutable >::PredType = Pred_t | 
Definition at line 2406 of file PatternMatch.h.
      
  | 
  inline | 
Definition at line 2414 of file PatternMatch.h.
References llvm::dyn_cast(), llvm::CmpInst::ICMP_SGT, llvm::CmpInst::ICMP_SLT, llvm::CmpInst::ICMP_UGT, llvm::CmpInst::ICMP_ULT, II, L, LHS, R, and RHS.
| LHS_t llvm::PatternMatch::MaxMin_match< CmpInst_t, LHS_t, RHS_t, Pred_t, Commutable >::L | 
Definition at line 2407 of file PatternMatch.h.
Referenced by match(), and MaxMin_match().
| RHS_t llvm::PatternMatch::MaxMin_match< CmpInst_t, LHS_t, RHS_t, Pred_t, Commutable >::R | 
Definition at line 2408 of file PatternMatch.h.
Referenced by match(), and MaxMin_match().