Home
last modified time | relevance | path

Searched refs:umin_pred_ty (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp319 if ((ResI = matchAndReassociateMinOrMax<umin_pred_ty>(I, OrigSCEV)) || in tryReassociate()
595 else if (std::is_same_v<umin_pred_ty, typename MaxMinT::PredType>) in convertToSCEVype()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h2363 struct umin_pred_ty { struct
2416 inline MaxMin_match<ICmpInst, LHS, RHS, umin_pred_ty> m_UMin(const LHS &L, in m_UMin()
2418 return MaxMin_match<ICmpInst, LHS, RHS, umin_pred_ty>(L, R); in m_UMin()
2426 MaxMin_match<ICmpInst, LHS, RHS, umin_pred_ty>>>
2927 inline MaxMin_match<ICmpInst, LHS, RHS, umin_pred_ty, true>
2929 return MaxMin_match<ICmpInst, LHS, RHS, umin_pred_ty, true>(L, R);
2943 MaxMin_match<ICmpInst, LHS, RHS, umin_pred_ty, true>>>
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSDPatternMatch.h730 struct umin_pred_ty {
835 MaxMin_match<LHS, RHS, umin_pred_ty, true>(L, R));