Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp400 else if (m_SMin(m_Value(CmpLeft), m_Value(CmpRight)).match(Select)) in isMinMaxSelectCmpPattern()
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp2864 } 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/
DPatternMatch.h1047 inline MaxMin_match<ICmpInst, LHS, RHS, smin_pred_ty> m_SMin(const LHS &L, in m_SMin() function