Searched refs:m_UMin (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | IVDescriptors.cpp | 488 if (m_UMin(m_Value(CmpLeft), m_Value(CmpRight)).match(Select)) in isMinMaxSelectCmpPattern()
|
D | TargetTransformInfo.cpp | 918 if (m_UMin(m_Value(L), m_Value(R)).match(SI) || in getReductionData()
|
D | InstructionSimplify.cpp | 3115 } else if (match(LHS, m_UMin(m_Value(A), m_Value(B))) && in simplifyICmpWithMinMax() 3123 } else if (match(RHS, m_UMin(m_Value(A), m_Value(B))) && in simplifyICmpWithMinMax() 3197 match(RHS, m_UMin(m_Value(C), m_Value(D))) && in simplifyICmpWithMinMax() 3206 } else if (match(LHS, m_UMin(m_Value(A), m_Value(B))) && in simplifyICmpWithMinMax()
|
D | ValueTracking.cpp | 4736 if (match(FalseVal, m_UMin(m_Specific(CmpLHS), m_APInt(C2))) && in matchClamp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAddSub.cpp | 1097 if (match(&I, m_Add(m_UMin(m_Value(X), m_APInt(NotC)), m_APInt(C))) && in foldToUnsignedSaturatedAdd()
|
D | InstCombineSelect.cpp | 290 match(&SI, m_UMin(m_Value(), m_Value())) || in foldSelectOpOp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | PatternMatch.h | 1573 inline MaxMin_match<ICmpInst, LHS, RHS, umin_pred_ty> m_UMin(const LHS &L, in m_UMin() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 6461 if (m_UMin(m_Value(LHS), m_Value(RHS)).match(Select)) { in getOperationData()
|