Searched refs:ShiftAmtNode (Results 1 – 2 of 2) sorted by relevance
718 ConstantSDNode *ShiftAmtNode = dyn_cast<ConstantSDNode>(LHS.getOperand(1)); in SelectShiftedRegisterFromAnd() local719 if (!ShiftAmtNode) in SelectShiftedRegisterFromAnd()722 uint64_t ShiftAmtC = ShiftAmtNode->getZExtValue(); in SelectShiftedRegisterFromAnd()
17714 ConstantSDNode *ShiftAmtNode = dyn_cast<ConstantSDNode>(N->getOperand(1)); in PerformShiftCombine() local17715 if (!ShiftAmtNode) in PerformShiftCombine()17717 uint32_t ShiftAmt = static_cast<uint32_t>(ShiftAmtNode->getZExtValue()); in PerformShiftCombine()