Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DPatternMatch.h431 m_UDiv(const LHS &L, const RHS &R) { in m_UDiv() function
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp1973 } else if (match(LHS, m_UDiv(m_ConstantInt(CI2), m_Value()))) { in SimplifyICmpInst()
1976 } else if (match(LHS, m_UDiv(m_Value(), m_ConstantInt(CI2)))) { in SimplifyICmpInst()
2297 if (LBO && match(LBO, m_UDiv(m_Specific(RHS), m_Value()))) { in SimplifyICmpInst()
DValueTracking.cpp862 match(V, m_Exact(m_UDiv(m_Value(), m_Value())))) { in isKnownToBeAPowerOfTwo()