Searched refs:m_SExtLike (Results 1 – 6 of 6) sorted by relevance
1508 if (match(C0, m_SExtLike(m_Value())) && match(C1, m_SExtLike(m_Value()))) in foldShuffleOfCastops()
1881 if ((match(DU.NarrowUse, m_SExtLike(m_Value())) && CanWidenBySExt) || in widenIVUse()
2653 if (match(V, m_SExtLike(m_Value(A)))) { in getFreelyInvertedImpl()3030 if (match(GEP.getOperand(1), m_OneUse(m_SExtLike(m_OneUse(m_NSWAdd( in visitGetElementPtrInst()
838 if (match(Op0, m_OneUse(m_SExtLike( in foldNoWrapAdd()
1731 if (match(Cast, m_OneUse(m_SExtLike(m_Value(X))))) { in foldLogicCastConstant()
2069 m_SExtLike(const OpTy &Op) { in m_SExtLike() function