Searched refs:umin_pred_ty (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | NaryReassociate.cpp | 319 if ((ResI = matchAndReassociateMinOrMax<umin_pred_ty>(I, OrigSCEV)) || in tryReassociate() 586 else if (std::is_same_v<umin_pred_ty, typename MaxMinT::PredType>) in convertToSCEVype()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | PatternMatch.h | 1958 struct umin_pred_ty { struct 2011 inline MaxMin_match<ICmpInst, LHS, RHS, umin_pred_ty> m_UMin(const LHS &L, in m_UMin() 2013 return MaxMin_match<ICmpInst, LHS, RHS, umin_pred_ty>(L, R); in m_UMin() 2021 MaxMin_match<ICmpInst, LHS, RHS, umin_pred_ty>>> 2485 inline MaxMin_match<ICmpInst, LHS, RHS, umin_pred_ty, true> 2487 return MaxMin_match<ICmpInst, LHS, RHS, umin_pred_ty, true>(L, R); 2501 MaxMin_match<ICmpInst, LHS, RHS, umin_pred_ty, true>>>
|