Home
last modified time | relevance | path

Searched refs:FullShift (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp255 const APInt &FullShift = APInt(SrcWidth, SrcWidth - 1); in visitImpl() local
257 match(SrcOp, m_LShr(m_Value(X), m_SpecificIntAllowPoison(FullShift)))) { in visitImpl()
258 Value *Ashr = Builder.CreateAShr(X, FullShift); in visitImpl()
H A DInstCombineAndOrXor.cpp4506 unsigned FullShift = Ty->getScalarSizeInBits() - 1; in foldNot() local
4507 if (match(NotVal, m_OneUse(m_AShr(m_Value(X), m_SpecificInt(FullShift))))) { in foldNot()