Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DPatternMatch.h439 m_IDiv(const LHS &L, const RHS &R) { in m_IDiv() function
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp739 if ((match(Op0, m_IDiv(m_Value(X), m_Value(Y))) && Y == Op1) || // (X / Y) * Y in SimplifyMulInst()
740 (match(Op1, m_IDiv(m_Value(X), m_Value(Y))) && Y == Op0)) { // Y * (X / Y) in SimplifyMulInst()
DValueTracking.cpp812 else if (match(V, m_IDiv(m_Value(X), m_Value()))) { in isKnownNonZero()