Searched refs:m_ZExtOrSExt (Results 1 – 4 of 4) sorted by relevance
230 } else if (match(V, m_ZExtOrSExt(m_Value(Val)))) { in IsNarrowSequence()
310 if ((match(V, m_ZExtOrSExt(m_Value(X))) || match(V, m_Trunc(m_Value(X)))) && in canAlwaysEvaluateInType()598 if (match(BinOp0, m_ZExtOrSExt(m_Value(X))) && X->getType() == DestTy) { in narrowBinOp()603 if (match(BinOp1, m_ZExtOrSExt(m_Value(X))) && X->getType() == DestTy) { in narrowBinOp()
3599 m_ZExtOrSExt(m_Cmp(SrcPred, m_Value(SrcLHS), m_Value(SrcRHS))))) { in visitCallInst()
1155 m_ZExtOrSExt(const OpTy &Op) { in m_ZExtOrSExt() function