Home
last modified time | relevance | path

Searched refs:MaxMin_match (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDPatternMatch.h2175 struct MaxMin_match { struct
2182 MaxMin_match(const LHS_t &LHS, const RHS_t &RHS) : L(LHS), R(RHS) {} in MaxMin_match() function
2280 inline MaxMin_match<ICmpInst, LHS, RHS, smax_pred_ty> m_SMax(const LHS &L, in m_SMax()
2282 return MaxMin_match<ICmpInst, LHS, RHS, smax_pred_ty>(L, R); in m_SMax()
2286 inline MaxMin_match<ICmpInst, LHS, RHS, smin_pred_ty> m_SMin(const LHS &L, in m_SMin()
2288 return MaxMin_match<ICmpInst, LHS, RHS, smin_pred_ty>(L, R); in m_SMin()
2292 inline MaxMin_match<ICmpInst, LHS, RHS, umax_pred_ty> m_UMax(const LHS &L, in m_UMax()
2294 return MaxMin_match<ICmpInst, LHS, RHS, umax_pred_ty>(L, R); in m_UMax()
2298 inline MaxMin_match<ICmpInst, LHS, RHS, umin_pred_ty> m_UMin(const LHS &L, in m_UMin()
2300 return MaxMin_match<ICmpInst, LHS, RHS, umin_pred_ty>(L, R); in m_UMin()
[all …]
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDNaryReassociate.cpp281 MaxMin_match<ICmpInst, bind_ty<Value>, bind_ty<Value>, PredT>( in matchAndReassociateMinOrMax()