Lines Matching defs:ShAmt
1150 const APInt *ShAmt;1151 if (match(U->getOperand(1), m_APInt(ShAmt))) {1152 Tmp += ShAmt->getZExtValue();1158 const APInt *ShAmt;1159 if (match(U->getOperand(1), m_APInt(ShAmt))) {1162 Tmp2 = ShAmt->getZExtValue();