Searched refs:ShAmtAPInt (Results 1 – 1 of 1) sorted by relevance
911 const APInt *ShAmtAPInt; in visitShl() local912 if (match(Op1, m_APInt(ShAmtAPInt))) { in visitShl()913 unsigned ShAmt = ShAmtAPInt->getZExtValue(); in visitShl()1051 const APInt *ShAmtAPInt; in visitLShr() local1052 if (match(Op1, m_APInt(ShAmtAPInt))) { in visitLShr()1053 unsigned ShAmt = ShAmtAPInt->getZExtValue(); in visitLShr()1278 const APInt *ShAmtAPInt; in visitAShr() local1279 if (match(Op1, m_APInt(ShAmtAPInt)) && ShAmtAPInt->ult(BitWidth)) { in visitAShr()1280 unsigned ShAmt = ShAmtAPInt->getZExtValue(); in visitAShr()