Searched refs:ShiftedVT (Results 1 – 1 of 1) sorted by relevance
7173 EVT ShiftedVT = OppShiftLHS.getValueType(); in extractShiftForRotate() local7184 OppShiftCst->getAPIntValue() == ShiftedVT.getScalarSizeInBits() - 1) in extractShiftForRotate()7185 return DAG.getNode(ISD::SHL, DL, ShiftedVT, OppShiftLHS, in extractShiftForRotate()7186 DAG.getShiftAmountConstant(1, ShiftedVT, DL)); in extractShiftForRotate()7213 ShiftedVT != ExtractFrom.getValueType()) in extractShiftForRotate()7229 const unsigned VTWidth = ShiftedVT.getScalarSizeInBits(); in extractShiftForRotate()