Home
last modified time | relevance | path

Searched refs:m_SExtLike (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp1508 if (match(C0, m_SExtLike(m_Value())) && match(C1, m_SExtLike(m_Value()))) in foldShuffleOfCastops()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp1881 if ((match(DU.NarrowUse, m_SExtLike(m_Value())) && CanWidenBySExt) || in widenIVUse()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2653 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()
H A DInstCombineAddSub.cpp838 if (match(Op0, m_OneUse(m_SExtLike( in foldNoWrapAdd()
H A DInstCombineAndOrXor.cpp1731 if (match(Cast, m_OneUse(m_SExtLike(m_Value(X))))) { in foldLogicCastConstant()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h2069 m_SExtLike(const OpTy &Op) { in m_SExtLike() function