|
LLVM 23.0.0git
|
#include "llvm/IR/PatternMatch.h"
Public Types | |
| using | PredType = Pred_t |
Public Member Functions | |
| FMaxMin_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 2454 of file PatternMatch.h.
| using llvm::PatternMatch::FMaxMin_match< LHS_t, RHS_t, Pred_t >::PredType = Pred_t |
Definition at line 2455 of file PatternMatch.h.
|
inline |
Definition at line 2461 of file PatternMatch.h.
|
inline |
Definition at line 2463 of file PatternMatch.h.
References llvm::dyn_cast(), L, and R.
| LHS_t llvm::PatternMatch::FMaxMin_match< LHS_t, RHS_t, Pred_t >::L |
Definition at line 2456 of file PatternMatch.h.
Referenced by FMaxMin_match(), and match().
| RHS_t llvm::PatternMatch::FMaxMin_match< LHS_t, RHS_t, Pred_t >::R |
Definition at line 2457 of file PatternMatch.h.
Referenced by FMaxMin_match(), and match().