Searched refs:NeededShiftAmt (Results 1 – 1 of 1) sorted by relevance
8132 APInt NeededShiftAmt = VTWidth - OppShiftCst->getAPIntValue(); in extractShiftForRotate() local8146 NeededShiftAmt.getZExtValue()); in extractShiftForRotate()8156 if (OppLHSAmt != ExtractFromAmt - NeededShiftAmt.zextOrTrunc( in extractShiftForRotate()8164 SDValue NewShiftNode = DAG.getConstant(NeededShiftAmt, DL, ShiftVT); in extractShiftForRotate()