Searched refs:MaxMin_match (Results 1 – 1 of 1) sorted by relevance
/external/llvm/include/llvm/Support/ |
D | PatternMatch.h | 734 struct MaxMin_match { struct 738 MaxMin_match(const LHS_t &LHS, const RHS_t &RHS) in MaxMin_match() argument 798 inline MaxMin_match<LHS, RHS, smax_pred_ty> 800 return MaxMin_match<LHS, RHS, smax_pred_ty>(L, R); in m_SMax() 804 inline MaxMin_match<LHS, RHS, smin_pred_ty> 806 return MaxMin_match<LHS, RHS, smin_pred_ty>(L, R); in m_SMin() 810 inline MaxMin_match<LHS, RHS, umax_pred_ty> 812 return MaxMin_match<LHS, RHS, umax_pred_ty>(L, R); in m_UMax() 816 inline MaxMin_match<LHS, RHS, umin_pred_ty> 818 return MaxMin_match<LHS, RHS, umin_pred_ty>(L, R); in m_UMin()
|