ΒΆtemplate <typename LHS, typename RHS>
inline MaxMin_match<
llvm::ICmpInst,
LHS,
RHS,
llvm::PatternMatch::umax_pred_ty,
true>
m_c_UMax(const LHS& L, const RHS& R)
template <typename LHS, typename RHS>
inline MaxMin_match<
llvm::ICmpInst,
LHS,
RHS,
llvm::PatternMatch::umax_pred_ty,
true>
m_c_UMax(const LHS& L, const RHS& R)
Description
Matches a UMax with LHS and RHS in either order.
Declared at: llvm/include/llvm/IR/PatternMatch.h:1928
Templates
- LHS
- RHS
Parameters
- const LHS& L
- const RHS& R