Searched refs:m_UDiv (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Support/
H A DPatternMatch.h350 m_UDiv(const LHS &L, const RHS &R) { function in namespace:llvm::PatternMatch
/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1824 } else if (match(LHS, m_UDiv(m_ConstantInt(CI2), m_Value()))) {
1827 } else if (match(LHS, m_UDiv(m_Value(), m_ConstantInt(CI2)))) {
2131 if (LBO && match(LBO, m_UDiv(m_Specific(RHS), m_Value()))) {
H A DValueTracking.cpp851 match(V, m_Exact(m_UDiv(m_Value(), m_Value())))) {

Completed in 1676 milliseconds