Home | History | Annotate | Download | only in Analysis

Lines Matching refs:ShAmt

1952     const APInt *ShAmt;
1953 if (match(U->getOperand(1), m_APInt(ShAmt))) {
1954 Tmp += ShAmt->getZExtValue();
1960 const APInt *ShAmt;
1961 if (match(U->getOperand(1), m_APInt(ShAmt))) {
1964 Tmp2 = ShAmt->getZExtValue();