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/ |
D | IVDescriptors.cpp | 490 else if (m_UMax(m_Value(CmpLeft), m_Value(CmpRight)).match(Select)) in isMinMaxSelectCmpPattern()
|
D | TargetTransformInfo.cpp | 919 m_UMax(m_Value(L), m_Value(R)).match(SI)) { in getReductionData()
|
D | InstructionSimplify.cpp | 3102 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()
|
D | ValueTracking.cpp | 4741 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/ |
D | PatternMatch.h | 1567 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/ |
D | InstCombineSelect.cpp | 291 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/ |
D | SLPVectorizer.cpp | 6470 } else if (m_UMax(m_Value(LHS), m_Value(RHS)).match(Select)) { in getOperationData()
|