Home
last modified time | relevance | path

Searched refs:m_SMin (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Analysis/
DInstructionSimplify.cpp2792 } else if (match(LHS, m_SMin(m_Value(A), m_Value(B))) && in SimplifyICmpInst()
2799 } else if (match(RHS, m_SMin(m_Value(A), m_Value(B))) && in SimplifyICmpInst()
2922 match(RHS, m_SMin(m_Value(C), m_Value(D))) && in SimplifyICmpInst()
2931 } else if (match(LHS, m_SMin(m_Value(A), m_Value(B))) && in SimplifyICmpInst()
/external/llvm/include/llvm/IR/
DPatternMatch.h1047 inline MaxMin_match<ICmpInst, LHS, RHS, smin_pred_ty> m_SMin(const LHS &L, in m_SMin() function
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4266 else if (m_SMin(m_Value(CmpLeft), m_Value(CmpRight)).match(Select)) in isMinMaxSelectCmpPattern()