Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp863 const APInt *ShAmtAPInt = nullptr; in foldLShrOverflowBit() local
865 if (!match(ShiftAmt, m_APInt(ShAmtAPInt)) || in foldLShrOverflowBit()
870 const unsigned ShAmt = ShAmtAPInt->getZExtValue(); in foldLShrOverflowBit()
1493 const APInt *ShAmtAPInt; in visitAShr() local
1494 if (match(Op1, m_APInt(ShAmtAPInt)) && ShAmtAPInt->ult(BitWidth)) { in visitAShr()
1495 unsigned ShAmt = ShAmtAPInt->getZExtValue(); in visitAShr()