Searched refs:m_SMin (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | InstructionSimplify.cpp | 1922 } else if (match(LHS, m_SMin(m_Value(A), m_Value(B))) && in SimplifyICmpInst() 1929 } else if (match(RHS, m_SMin(m_Value(A), m_Value(B))) && in SimplifyICmpInst() 2052 match(RHS, m_SMin(m_Value(C), m_Value(D))) && in SimplifyICmpInst() 2061 } else if (match(LHS, m_SMin(m_Value(A), m_Value(B))) && in SimplifyICmpInst()
|
/external/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 407 else if (m_SMin(m_Value(CmpLeft), m_Value(CmpRight)).match(Select)) in isMinMaxSelectCmpPattern()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | PatternMatch.h | 774 m_SMin(const LHS &L, const RHS &R) { in m_SMin() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 726 if (m_SMin(m_Value(L), m_Value(R)).match(SI) || in getReductionData()
|
D | InstructionSimplify.cpp | 3003 } else if (match(LHS, m_SMin(m_Value(A), m_Value(B))) && in simplifyICmpWithMinMax() 3011 } else if (match(RHS, m_SMin(m_Value(A), m_Value(B))) && in simplifyICmpWithMinMax() 3139 match(RHS, m_SMin(m_Value(C), m_Value(D))) && in simplifyICmpWithMinMax() 3148 } else if (match(LHS, m_SMin(m_Value(A), m_Value(B))) && in simplifyICmpWithMinMax()
|
D | ValueTracking.cpp | 4326 if (match(FalseVal, m_SMin(m_Specific(CmpLHS), m_APInt(C2))) && in matchClamp()
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 2919 } else if (match(LHS, m_SMin(m_Value(A), m_Value(B))) && in SimplifyICmpInst() 2926 } else if (match(RHS, m_SMin(m_Value(A), m_Value(B))) && in SimplifyICmpInst() 3049 match(RHS, m_SMin(m_Value(C), m_Value(D))) && in SimplifyICmpInst() 3058 } else if (match(LHS, m_SMin(m_Value(A), m_Value(B))) && in SimplifyICmpInst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 480 else if (m_SMin(m_Value(CmpLeft), m_Value(CmpRight)).match(Select)) in isMinMaxSelectCmpPattern()
|
/external/llvm/include/llvm/IR/ |
D | PatternMatch.h | 1047 inline MaxMin_match<ICmpInst, LHS, RHS, smin_pred_ty> m_SMin(const LHS &L, in m_SMin() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 261 if ((match(&SI, m_SMin(m_Value(), m_Value())) || in foldSelectOpOp()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | PatternMatch.h | 1380 inline MaxMin_match<ICmpInst, LHS, RHS, smin_pred_ty> m_SMin(const LHS &L, in m_SMin() function
|