Searched refs:ShiftedVT (Results 1 – 1 of 1) sorted by relevance
8073 EVT ShiftedVT = OppShiftLHS.getValueType(); in extractShiftForRotate() local8084 OppShiftCst->getAPIntValue() == ShiftedVT.getScalarSizeInBits() - 1) in extractShiftForRotate()8085 return DAG.getNode(ISD::SHL, DL, ShiftedVT, OppShiftLHS, in extractShiftForRotate()8086 DAG.getShiftAmountConstant(1, ShiftedVT, DL)); in extractShiftForRotate()8113 ShiftedVT != ExtractFrom.getValueType()) in extractShiftForRotate()8129 const unsigned VTWidth = ShiftedVT.getScalarSizeInBits(); in extractShiftForRotate()