Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDNaryReassociate.cpp320 (ResI = matchAndReassociateMinOrMax<smin_pred_ty>(I, OrigSCEV)) || in tryReassociate()
595 else if (std::is_same_v<smin_pred_ty, typename MaxMinT::PredType>) in convertToSCEVype()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDPatternMatch.h2231 struct smin_pred_ty { struct
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()
2306 MaxMin_match<ICmpInst, LHS, RHS, smin_pred_ty>>,
2748 inline MaxMin_match<ICmpInst, LHS, RHS, smin_pred_ty, true>
2750 return MaxMin_match<ICmpInst, LHS, RHS, smin_pred_ty, true>(L, R);
2774 MaxMin_match<ICmpInst, LHS, RHS, smin_pred_ty, true>>,