Home | History | Annotate | Download | only in Analysis

Lines Matching defs:ShAmt

1158     const APInt *ShAmt;
1159 if (match(U->getOperand(1), m_APInt(ShAmt))) {
1160 Tmp += ShAmt->getZExtValue();
1166 const APInt *ShAmt;
1167 if (match(U->getOperand(1), m_APInt(ShAmt))) {
1170 Tmp2 = ShAmt->getZExtValue();