LLVM 23.0.0git
llvm::PatternMatch::FMaxMin_match< LHS_t, RHS_t, Pred_t > Struct Template Reference

#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

Detailed Description

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

Definition at line 2454 of file PatternMatch.h.

Member Typedef Documentation

◆ PredType

template<typename LHS_t, typename RHS_t, typename Pred_t>
using llvm::PatternMatch::FMaxMin_match< LHS_t, RHS_t, Pred_t >::PredType = Pred_t

Definition at line 2455 of file PatternMatch.h.

Constructor & Destructor Documentation

◆ FMaxMin_match()

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

Definition at line 2461 of file PatternMatch.h.

References L, and R.

Member Function Documentation

◆ match()

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

Definition at line 2463 of file PatternMatch.h.

References llvm::dyn_cast(), L, and R.

Member Data Documentation

◆ L

template<typename LHS_t, typename RHS_t, typename Pred_t>
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().

◆ R

template<typename LHS_t, typename RHS_t, typename Pred_t>
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().


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