Searched refs:MaxMin_match (Results 1 – 1 of 1) sorted by relevance
/external/llvm/include/llvm/Support/ |
D | PatternMatch.h | 703 struct MaxMin_match { struct 707 MaxMin_match(const LHS_t &LHS, const RHS_t &RHS) in MaxMin_match() argument 767 inline MaxMin_match<LHS, RHS, smax_pred_ty> 769 return MaxMin_match<LHS, RHS, smax_pred_ty>(L, R); in m_SMax() 773 inline MaxMin_match<LHS, RHS, smin_pred_ty> 775 return MaxMin_match<LHS, RHS, smin_pred_ty>(L, R); in m_SMin() 779 inline MaxMin_match<LHS, RHS, umax_pred_ty> 781 return MaxMin_match<LHS, RHS, umax_pred_ty>(L, R); in m_UMax() 785 inline MaxMin_match<LHS, RHS, umin_pred_ty> 787 return MaxMin_match<LHS, RHS, umin_pred_ty>(L, R); in m_UMin()
|