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/ |
D | IVDescriptors.cpp | 494 else if (m_SMin(m_Value(CmpLeft), m_Value(CmpRight)).match(Select)) in isMinMaxSelectCmpPattern()
|
D | TargetTransformInfo.cpp | 909 if (m_SMin(m_Value(L), m_Value(R)).match(SI) || in getReductionData()
|
D | InstructionSimplify.cpp | 3041 } 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()
|
D | ValueTracking.cpp | 4726 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/ |
D | InstCombineSelect.cpp | 288 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/ |
D | PatternMatch.h | 1561 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/ |
D | SLPVectorizer.cpp | 6463 } else if (m_SMin(m_Value(LHS), m_Value(RHS)).match(Select)) { in getOperationData()
|