Home
last modified time | relevance | path

Searched refs:m_UMax (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DIVDescriptors.cpp490 else if (m_UMax(m_Value(CmpLeft), m_Value(CmpRight)).match(Select)) in isMinMaxSelectCmpPattern()
DTargetTransformInfo.cpp919 m_UMax(m_Value(L), m_Value(R)).match(SI)) { in getReductionData()
DInstructionSimplify.cpp3102 if (match(LHS, m_UMax(m_Value(A), m_Value(B))) && (A == RHS || B == RHS)) { in simplifyICmpWithMinMax()
3108 } else if (match(RHS, m_UMax(m_Value(A), m_Value(B))) && in simplifyICmpWithMinMax()
3196 } else if (match(LHS, m_UMax(m_Value(A), m_Value(B))) && in simplifyICmpWithMinMax()
3207 match(RHS, m_UMax(m_Value(C), m_Value(D))) && in simplifyICmpWithMinMax()
DValueTracking.cpp4741 if (match(FalseVal, m_UMax(m_Specific(CmpLHS), m_APInt(C2))) && in matchClamp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DPatternMatch.h1567 inline MaxMin_match<ICmpInst, LHS, RHS, umax_pred_ty> m_UMax(const LHS &L, in m_UMax() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp291 match(&SI, m_UMax(m_Value(), m_Value())))) in foldSelectOpOp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp6470 } else if (m_UMax(m_Value(LHS), m_Value(RHS)).match(Select)) { in getOperationData()