Searched refs:ShiftAmtTy (Results 1 – 1 of 1) sorted by relevance
810 EVT ShiftAmtTy = Op.getValueType(); in SimplifyDemandedBits() local811 if (TLO.LegalTypes() && !ShiftAmtTy.isVector()) in SimplifyDemandedBits()812 ShiftAmtTy = getShiftAmountTy(ShiftAmtTy); in SimplifyDemandedBits()814 SDValue ShiftAmt = TLO.DAG.getConstant(BitWidth - ShAmt, ShiftAmtTy); in SimplifyDemandedBits()