Searched refs:ShiftedVT (Results 1 – 1 of 1) sorted by relevance
8071 EVT ShiftedVT = OppShiftLHS.getValueType(); in extractShiftForRotate() local8082 OppShiftCst->getAPIntValue() == ShiftedVT.getScalarSizeInBits() - 1) in extractShiftForRotate()8083 return DAG.getNode(ISD::SHL, DL, ShiftedVT, OppShiftLHS, in extractShiftForRotate()8084 DAG.getShiftAmountConstant(1, ShiftedVT, DL)); in extractShiftForRotate()8111 ShiftedVT != ExtractFrom.getValueType()) in extractShiftForRotate()8127 const unsigned VTWidth = ShiftedVT.getScalarSizeInBits(); in extractShiftForRotate()