Searched refs:m_SMin (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 400 else if (m_SMin(m_Value(CmpLeft), m_Value(CmpRight)).match(Select)) in isMinMaxSelectCmpPattern()
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 2864 } else if (match(LHS, m_SMin(m_Value(A), m_Value(B))) && in SimplifyICmpInst() 2871 } else if (match(RHS, m_SMin(m_Value(A), m_Value(B))) && in SimplifyICmpInst() 2994 match(RHS, m_SMin(m_Value(C), m_Value(D))) && in SimplifyICmpInst() 3003 } else if (match(LHS, m_SMin(m_Value(A), m_Value(B))) && in SimplifyICmpInst()
|
/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
|