Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/
DInstCombineNegator.cpp254 const APInt &FullShift = APInt(SrcWidth, SrcWidth - 1); in visitImpl() local
256 match(SrcOp, m_LShr(m_Value(X), m_SpecificIntAllowUndef(FullShift)))) { in visitImpl()
257 Value *Ashr = Builder.CreateAShr(X, FullShift); in visitImpl()
DInstCombineAndOrXor.cpp3901 unsigned FullShift = Ty->getScalarSizeInBits() - 1; in foldNot() local
3902 if (match(NotVal, m_OneUse(m_AShr(m_Value(X), m_SpecificInt(FullShift))))) { in foldNot()