Searched refs:m_UMin (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | InstructionSimplify.cpp | 1992 } else if (match(LHS, m_UMin(m_Value(A), m_Value(B))) && in SimplifyICmpInst() 1999 } else if (match(RHS, m_UMin(m_Value(A), m_Value(B))) && in SimplifyICmpInst() 2072 match(RHS, m_UMin(m_Value(C), m_Value(D))) && in SimplifyICmpInst() 2081 } else if (match(LHS, m_UMin(m_Value(A), m_Value(B))) && in SimplifyICmpInst()
|
/external/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 401 if (m_UMin(m_Value(CmpLeft), m_Value(CmpRight)).match(Select)) in isMinMaxSelectCmpPattern()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | PatternMatch.h | 786 m_UMin(const LHS &L, const RHS &R) { in m_UMin() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 735 if (m_UMin(m_Value(L), m_Value(R)).match(SI) || in getReductionData()
|
D | InstructionSimplify.cpp | 3077 } else if (match(LHS, m_UMin(m_Value(A), m_Value(B))) && in simplifyICmpWithMinMax() 3085 } else if (match(RHS, m_UMin(m_Value(A), m_Value(B))) && in simplifyICmpWithMinMax() 3159 match(RHS, m_UMin(m_Value(C), m_Value(D))) && in simplifyICmpWithMinMax() 3168 } else if (match(LHS, m_UMin(m_Value(A), m_Value(B))) && in simplifyICmpWithMinMax()
|
D | ValueTracking.cpp | 4336 if (match(FalseVal, m_UMin(m_Specific(CmpLHS), m_APInt(C2))) && in matchClamp()
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 2989 } else if (match(LHS, m_UMin(m_Value(A), m_Value(B))) && in SimplifyICmpInst() 2996 } else if (match(RHS, m_UMin(m_Value(A), m_Value(B))) && in SimplifyICmpInst() 3069 match(RHS, m_UMin(m_Value(C), m_Value(D))) && in SimplifyICmpInst() 3078 } else if (match(LHS, m_UMin(m_Value(A), m_Value(B))) && in SimplifyICmpInst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 474 if (m_UMin(m_Value(CmpLeft), m_Value(CmpRight)).match(Select)) in isMinMaxSelectCmpPattern()
|
/external/llvm/include/llvm/IR/ |
D | PatternMatch.h | 1059 inline MaxMin_match<ICmpInst, LHS, RHS, umin_pred_ty> m_UMin(const LHS &L, in m_UMin() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 263 match(&SI, m_UMin(m_Value(), m_Value())) || in foldSelectOpOp()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | PatternMatch.h | 1392 inline MaxMin_match<ICmpInst, LHS, RHS, umin_pred_ty> m_UMin(const LHS &L, in m_UMin() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 5497 if (m_UMin(m_Value(LHS), m_Value(RHS)).match(Select)) { in getOperationData()
|