Searched refs:m_SMax (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | InstructionSimplify.cpp | 1911 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/ |
D | LoopUtils.cpp | 405 else if (m_SMax(m_Value(CmpLeft), m_Value(CmpRight)).match(Select)) in isMinMaxSelectCmpPattern()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | PatternMatch.h | 768 m_SMax(const LHS &L, const RHS &R) { in m_SMax() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 727 m_SMax(m_Value(L), m_Value(R)).match(SI) || in getReductionData()
|
D | InstructionSimplify.cpp | 2990 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()
|
D | ValueTracking.cpp | 4331 if (match(FalseVal, m_SMax(m_Specific(CmpLHS), m_APInt(C2))) && in matchClamp()
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 2908 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/ |
D | LoopUtils.cpp | 478 else if (m_SMax(m_Value(CmpLeft), m_Value(CmpRight)).match(Select)) in isMinMaxSelectCmpPattern()
|
/external/llvm/include/llvm/IR/ |
D | PatternMatch.h | 1041 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/ |
D | InstCombineSelect.cpp | 262 match(&SI, m_SMax(m_Value(), m_Value())) || in foldSelectOpOp()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | PatternMatch.h | 1374 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/ |
D | SLPVectorizer.cpp | 5508 } else if (m_SMax(m_Value(LHS), m_Value(RHS)).match(Select)) { in getOperationData()
|