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