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.cpp932 const APInt *ShAmtAPInt = nullptr; in foldLShrOverflowBit() local
934 if (!match(ShiftAmt, m_APInt(ShAmtAPInt)) || in foldLShrOverflowBit()
939 const unsigned ShAmt = ShAmtAPInt->getZExtValue(); in foldLShrOverflowBit()
1724 const APInt *ShAmtAPInt; in visitAShr() local
1725 if (match(Op1, m_APInt(ShAmtAPInt)) && ShAmtAPInt->ult(BitWidth)) { in visitAShr()
1726 unsigned ShAmt = ShAmtAPInt->getZExtValue(); in visitAShr()