Searched refs:ShAmtAPInt (Results 1 – 1 of 1) sorted by relevance
604 const APInt *ShAmtAPInt; in visitShl() local605 if (match(Op1, m_APInt(ShAmtAPInt))) { in visitShl()606 unsigned ShAmt = ShAmtAPInt->getZExtValue(); in visitShl()708 const APInt *ShAmtAPInt; in visitLShr() local709 if (match(Op1, m_APInt(ShAmtAPInt))) { in visitLShr()710 unsigned ShAmt = ShAmtAPInt->getZExtValue(); in visitLShr()837 const APInt *ShAmtAPInt; in visitAShr() local838 if (match(Op1, m_APInt(ShAmtAPInt)) && ShAmtAPInt->ult(BitWidth)) { in visitAShr()839 unsigned ShAmt = ShAmtAPInt->getZExtValue(); in visitAShr()