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

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

Templates

LHS
RHS

Parameters

const LHS& L
const RHS& R