Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp916 const APInt *ShAmtAPInt = nullptr; in foldLShrOverflowBit() local
918 if (!match(ShiftAmt, m_APInt(ShAmtAPInt)) || in foldLShrOverflowBit()
923 const unsigned ShAmt = ShAmtAPInt->getZExtValue(); in foldLShrOverflowBit()
1681 const APInt *ShAmtAPInt; in visitAShr() local
1682 if (match(Op1, m_APInt(ShAmtAPInt)) && ShAmtAPInt->ult(BitWidth)) { in visitAShr()
1683 unsigned ShAmt = ShAmtAPInt->getZExtValue(); in visitAShr()