Searched refs:ShiftedVT (Results 1 – 1 of 1) sorted by relevance
6610 EVT ShiftedVT = OppShiftLHS.getValueType(); in extractShiftForRotate() local6621 OppShiftCst->getAPIntValue() == ShiftedVT.getScalarSizeInBits() - 1) in extractShiftForRotate()6622 return DAG.getNode(ISD::SHL, DL, ShiftedVT, OppShiftLHS, in extractShiftForRotate()6623 DAG.getShiftAmountConstant(1, ShiftedVT, DL)); in extractShiftForRotate()6650 ShiftedVT != ExtractFrom.getValueType()) in extractShiftForRotate()6666 const unsigned VTWidth = ShiftedVT.getScalarSizeInBits(); in extractShiftForRotate()