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

/external/llvm/lib/Analysis/
H A DValueTracking.cpp1616 if (match(V, m_Exact(m_LShr(m_Value(), m_Value()))) ||
1617 match(V, m_Exact(m_UDiv(m_Value(), m_Value())))) {
1786 else if (match(V, m_Exact(m_IDiv(m_Value(X), m_Value())))) {
H A DInstructionSimplify.cpp922 if (match(Op0, m_Exact(m_IDiv(m_Value(X), m_Specific(Op1)))) || // (X / Y) * Y
923 match(Op1, m_Exact(m_IDiv(m_Value(X), m_Specific(Op0))))) // Y * (X / Y)
1378 if (match(Op0, m_Exact(m_Shr(m_Value(X), m_Specific(Op1)))))
/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.cpp1054 bool IsExact = I.isExact() && match(Op0, m_Exact(m_Value()));

Completed in 42 milliseconds