Searched refs:ShiftAmtNode (Results 1 – 1 of 1) sorted by relevance
17425 ConstantSDNode *ShiftAmtNode = dyn_cast<ConstantSDNode>(N->getOperand(1)); in PerformShiftCombine() local17426 if (!ShiftAmtNode) in PerformShiftCombine()17428 uint32_t ShiftAmt = static_cast<uint32_t>(ShiftAmtNode->getZExtValue()); in PerformShiftCombine()