ΒΆtemplate <typename LHS, typename RHS>
inline match_combine_or<
    match_combine_or<
        MaxMin_match<
            llvm::ICmpInst,
            LHS,
            RHS,
            llvm::PatternMatch::smax_pred_ty,
            true>,
        MaxMin_match<
            llvm::ICmpInst,
            LHS,
            RHS,
            llvm::PatternMatch::smin_pred_ty,
            true>>,
    match_combine_or<
        MaxMin_match<
            llvm::ICmpInst,
            LHS,
            RHS,
            llvm::PatternMatch::umax_pred_ty,
            true>,
        MaxMin_match<
            llvm::ICmpInst,
            LHS,
            RHS,
            llvm::PatternMatch::umin_pred_ty,
            true>>>
m_c_MaxOrMin(const LHS& L, const RHS& R)

Declared at: llvm/include/llvm/IR/PatternMatch.h:2349

Templates

LHS
RHS

Parameters

const LHS& L
const RHS& R