Home
last modified time | relevance | path

Searched refs:m_UMin (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelAttributes.cpp284 m_UMin(m_Sub(m_Specific(GridSize), in processUse()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSDPatternMatch.h583 inline BinaryOpc_match<LHS, RHS, true> m_UMin(const LHS &L, const RHS &R) {
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp685 if (match(I, m_UMin(m_Value(), m_Value()))) in isMinMaxPattern()
H A DInstructionSimplify.cpp3593 } else if (match(LHS, m_UMin(m_Value(A), m_Value(B))) && in simplifyICmpWithMinMax()
3601 } else if (match(RHS, m_UMin(m_Value(A), m_Value(B))) && in simplifyICmpWithMinMax()
3652 if (match(LHS, m_UMin(m_Value(), m_Value())) || in simplifyICmpWithMinMax()
3669 match(RHS, m_UMin(m_Value(C), m_Value(D))) && in simplifyICmpWithMinMax()
H A DValueTracking.cpp8155 if (match(FalseVal, m_UMin(m_Specific(CmpLHS), m_APInt(C2))) && in matchClamp()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1246 if (match(&I, m_Add(m_UMin(m_Value(X), m_APInt(NotC)), m_APInt(C))) && in foldToUnsignedSaturatedAdd()
2089 if (match(Op1, m_OneUse(m_UMin(m_Value(Y), m_Value(Z))))) { in foldSubOfMinMax()
H A DInstCombineSelect.cpp279 match(&SI, m_UMin(m_Value(), m_Value())) || in foldSelectOpOp()
H A DInstCombineCalls.cpp1206 if (match(I0, m_UMin(m_Value(X), m_APInt(C0))) && *C0 == *C1 + 1) in foldClampRangeOfTwo()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h2298 inline MaxMin_match<ICmpInst, LHS, RHS, umin_pred_ty> m_UMin(const LHS &L, in m_UMin() function
2311 m_CombineOr(m_UMax(L, R), m_UMin(L, R))); in m_MaxOrMin()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp16849 if (match(I, m_UMin(m_Value(), m_Value()))) in getRdxKind()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4126 sd_match(N1, m_UMin(m_Specific(A), m_Specific(B)))) in visitSUB()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp48184 if (sd_match(N1, m_UMin(m_Value(ShrAmtVal), in combineShiftRightArithmetic()