Searched refs:m_PtrToInt (Results 1 – 4 of 4) sorted by relevance
1433 if (match(Op0, m_PtrToInt(m_Value(LHSOp))) && in visitSub()1434 match(Op1, m_PtrToInt(m_Value(RHSOp)))) in visitSub()1439 if (match(Op0, m_Trunc(m_PtrToInt(m_Value(LHSOp)))) && in visitSub()1440 match(Op1, m_Trunc(m_PtrToInt(m_Value(RHSOp))))) in visitSub()
1259 if (match(LHSI, m_Or(m_PtrToInt(m_Value(P)), m_PtrToInt(m_Value(Q))))) { in visitICmpInstWithInstAndIntCst()
671 m_PtrToInt(const OpTy &Op) { in m_PtrToInt() function
831 if (match(Op0, m_PtrToInt(m_Value(X))) && in SimplifySubInst()832 match(Op1, m_PtrToInt(m_Value(Y)))) in SimplifySubInst()