Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp289 match(&SI, m_SMax(m_Value(), m_Value())) || in foldSelectOpOp()
2161 if (!match(MinMax2, m_SMax(m_BinOp(AddSub), m_APInt(MinValue)))) in matchSAddSubSat()
2164 m_SMax(m_Instruction(MinMax2), m_APInt(MinValue)))) { in matchSAddSubSat()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DIVDescriptors.cpp492 else if (m_SMax(m_Value(CmpLeft), m_Value(CmpRight)).match(Select)) in isMinMaxSelectCmpPattern()
DInstructionSimplify.cpp3028 if (match(LHS, m_SMax(m_Value(A), m_Value(B))) && (A == RHS || B == RHS)) { in simplifyICmpWithMinMax()
3034 } else if (match(RHS, m_SMax(m_Value(A), m_Value(B))) && in simplifyICmpWithMinMax()
3176 if (match(LHS, m_SMax(m_Value(A), m_Value(B))) && in simplifyICmpWithMinMax()
3187 match(RHS, m_SMax(m_Value(C), m_Value(D))) && in simplifyICmpWithMinMax()
DTargetTransformInfo.cpp910 m_SMax(m_Value(L), m_Value(R)).match(SI) || in getReductionData()
DValueTracking.cpp4731 if (match(FalseVal, m_SMax(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.h1555 inline MaxMin_match<ICmpInst, LHS, RHS, smax_pred_ty> m_SMax(const LHS &L, in m_SMax() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp6472 } else if (m_SMax(m_Value(LHS), m_Value(RHS)).match(Select)) { in getOperationData()