Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DPatternMatch.h1748 struct MaxMin_match { struct
1855 return MaxMin_match<ICmpInst, LHS, RHS, smax_pred_ty>(L, R); in m_SMax()
1861 return MaxMin_match<ICmpInst, LHS, RHS, smin_pred_ty>(L, R); in m_SMin()
1867 return MaxMin_match<ICmpInst, LHS, RHS, umax_pred_ty>(L, R); in m_UMax()
1873 return MaxMin_match<ICmpInst, LHS, RHS, umin_pred_ty>(L, R); in m_UMin()
1927 inline MaxMin_match<FCmpInst, LHS, RHS, ufmax_pred_ty>
1942 inline MaxMin_match<FCmpInst, LHS, RHS, ufmin_pred_ty>
2333 inline MaxMin_match<ICmpInst, LHS, RHS, smin_pred_ty, true>
2339 inline MaxMin_match<ICmpInst, LHS, RHS, smax_pred_ty, true>
2345 inline MaxMin_match<ICmpInst, LHS, RHS, umin_pred_ty, true>
[all …]
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp281 MaxMin_match<ICmpInst, bind_ty<Value>, bind_ty<Value>, PredT>( in matchAndReassociateMinOrMax()