Searched refs:ShiftedVT (Results 1 – 1 of 1) sorted by relevance
7341 EVT ShiftedVT = OppShiftLHS.getValueType(); in extractShiftForRotate() local7352 OppShiftCst->getAPIntValue() == ShiftedVT.getScalarSizeInBits() - 1) in extractShiftForRotate()7353 return DAG.getNode(ISD::SHL, DL, ShiftedVT, OppShiftLHS, in extractShiftForRotate()7354 DAG.getShiftAmountConstant(1, ShiftedVT, DL)); in extractShiftForRotate()7381 ShiftedVT != ExtractFrom.getValueType()) in extractShiftForRotate()7397 const unsigned VTWidth = ShiftedVT.getScalarSizeInBits(); in extractShiftForRotate()