Searched refs:m_Exact (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp921 if (match(Op0, m_Exact(m_IDiv(m_Value(X), m_Specific(Op1)))) || // (X / Y) * Y
922 match(Op1, m_Exact(m_IDiv(m_Value(X), m_Specific(Op0))))) // Y * (X / Y)
1392 if (match(Op0, m_Exact(m_Shr(m_Value(X), m_Specific(Op1)))))
H A DValueTracking.cpp1803 if (match(V, m_Exact(m_LShr(m_Value(), m_Value()))) ||
1804 match(V, m_Exact(m_UDiv(m_Value(), m_Value())))) {
1990 else if (match(V, m_Exact(m_IDiv(m_Value(X), m_Value())))) {
/external/llvm/include/llvm/IR/
H A DPatternMatch.h691 template <typename T> inline Exact_match<T> m_Exact(const T &SubPattern) { function in namespace:llvm::PatternMatch
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp1064 bool IsExact = I.isExact() && match(Op0, m_Exact(m_Value()));

Completed in 86 milliseconds