Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DIVDescriptors.cpp494 else if (m_SMin(m_Value(CmpLeft), m_Value(CmpRight)).match(Select)) in isMinMaxSelectCmpPattern()
DTargetTransformInfo.cpp909 if (m_SMin(m_Value(L), m_Value(R)).match(SI) || in getReductionData()
DInstructionSimplify.cpp3041 } else if (match(LHS, m_SMin(m_Value(A), m_Value(B))) && in simplifyICmpWithMinMax()
3049 } else if (match(RHS, m_SMin(m_Value(A), m_Value(B))) && in simplifyICmpWithMinMax()
3177 match(RHS, m_SMin(m_Value(C), m_Value(D))) && in simplifyICmpWithMinMax()
3186 } else if (match(LHS, m_SMin(m_Value(A), m_Value(B))) && in simplifyICmpWithMinMax()
DValueTracking.cpp4726 if (match(FalseVal, m_SMin(m_Specific(CmpLHS), m_APInt(C2))) && in matchClamp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp288 if ((match(&SI, m_SMin(m_Value(), m_Value())) || in foldSelectOpOp()
2160 if (match(&MinMax1, m_SMin(m_Instruction(MinMax2), m_APInt(MaxValue)))) { in matchSAddSubSat()
2165 if (!match(MinMax2, m_SMin(m_BinOp(AddSub), m_APInt(MaxValue)))) in matchSAddSubSat()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DPatternMatch.h1561 inline MaxMin_match<ICmpInst, LHS, RHS, smin_pred_ty> m_SMin(const LHS &L, in m_SMin() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp6463 } else if (m_SMin(m_Value(LHS), m_Value(RHS)).match(Select)) { in getOperationData()