Home
last modified time | relevance | path

Searched refs:m_MaxOrMin (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1376 match(Cmp.user_back(), m_MaxOrMin(m_Value(), m_Value()))) in foldICmpWithDominatingICmp()
6500 return match(Op0, m_MaxOrMin(m_Value(), m_Value())) || in foldICmpUsingKnownBits()
6501 match(Op1, m_MaxOrMin(m_Value(), m_Value())); in foldICmpUsingKnownBits()
H A DInstCombineSelect.cpp390 if (match(TII, m_MaxOrMin(m_Value(), m_Value()))) { in foldSelectOpOp()
H A DInstructionCombining.cpp2601 if (IsSelect || match(V, m_MaxOrMin(m_Value(A), m_Value(B)))) { in getFreelyInvertedImpl()
H A DInstCombineCalls.cpp1269 m_MaxOrMin(m_Value(X), m_ImmConstant(C)))), in reassociateMinMaxWithConstantInOperand()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h2309 m_MaxOrMin(const LHS &L, const RHS &R) { in m_MaxOrMin() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp6364 if (!match(Op0, m_MaxOrMin(m_Value(X), m_Value(Y)))) in foldMinMaxSharedOp()