Searched refs:AmtConst (Results 1 – 1 of 1) sorted by relevance
2763 const auto *AmtConst = dyn_cast<ConstantSDNode>(ShiftAmount); in expandFSH64() local2764 if (!AmtConst) in expandFSH64()2766 const auto Amt = AmtConst->getZExtValue() & 63; in expandFSH64()