Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp897 const APInt *ShAmtAPInt = nullptr; in foldLShrOverflowBit() local
899 if (!match(ShiftAmt, m_APInt(ShAmtAPInt)) || in foldLShrOverflowBit()
904 const unsigned ShAmt = ShAmtAPInt->getZExtValue(); in foldLShrOverflowBit()
1578 const APInt *ShAmtAPInt; in visitAShr() local
1579 if (match(Op1, m_APInt(ShAmtAPInt)) && ShAmtAPInt->ult(BitWidth)) { in visitAShr()
1580 unsigned ShAmt = ShAmtAPInt->getZExtValue(); in visitAShr()