Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DInstructionSimplify.cpp1911 if (match(LHS, m_SMax(m_Value(A), m_Value(B))) && (A == RHS || B == RHS)) { in SimplifyICmpInst()
1916 } else if (match(RHS, m_SMax(m_Value(A), m_Value(B))) && in SimplifyICmpInst()
2051 if (match(LHS, m_SMax(m_Value(A), m_Value(B))) && in SimplifyICmpInst()
2062 match(RHS, m_SMax(m_Value(C), m_Value(D))) && in SimplifyICmpInst()
/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp405 else if (m_SMax(m_Value(CmpLeft), m_Value(CmpRight)).match(Select)) in isMinMaxSelectCmpPattern()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DPatternMatch.h768 m_SMax(const LHS &L, const RHS &R) { in m_SMax() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp727 m_SMax(m_Value(L), m_Value(R)).match(SI) || in getReductionData()
DInstructionSimplify.cpp2990 if (match(LHS, m_SMax(m_Value(A), m_Value(B))) && (A == RHS || B == RHS)) { in simplifyICmpWithMinMax()
2996 } else if (match(RHS, m_SMax(m_Value(A), m_Value(B))) && in simplifyICmpWithMinMax()
3138 if (match(LHS, m_SMax(m_Value(A), m_Value(B))) && in simplifyICmpWithMinMax()
3149 match(RHS, m_SMax(m_Value(C), m_Value(D))) && in simplifyICmpWithMinMax()
DValueTracking.cpp4331 if (match(FalseVal, m_SMax(m_Specific(CmpLHS), m_APInt(C2))) && in matchClamp()
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp2908 if (match(LHS, m_SMax(m_Value(A), m_Value(B))) && (A == RHS || B == RHS)) { in SimplifyICmpInst()
2913 } else if (match(RHS, m_SMax(m_Value(A), m_Value(B))) && in SimplifyICmpInst()
3048 if (match(LHS, m_SMax(m_Value(A), m_Value(B))) && in SimplifyICmpInst()
3059 match(RHS, m_SMax(m_Value(C), m_Value(D))) && in SimplifyICmpInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp478 else if (m_SMax(m_Value(CmpLeft), m_Value(CmpRight)).match(Select)) in isMinMaxSelectCmpPattern()
/external/llvm/include/llvm/IR/
DPatternMatch.h1041 inline MaxMin_match<ICmpInst, LHS, RHS, smax_pred_ty> m_SMax(const LHS &L, in m_SMax() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp262 match(&SI, m_SMax(m_Value(), m_Value())) || in foldSelectOpOp()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DPatternMatch.h1374 inline MaxMin_match<ICmpInst, LHS, RHS, smax_pred_ty> m_SMax(const LHS &L, in m_SMax() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp5508 } else if (m_SMax(m_Value(LHS), m_Value(RHS)).match(Select)) { in getOperationData()