Searched refs:EltBitWidth (Results 1 – 3 of 3) sorted by relevance
1249 unsigned EltBitWidth = Src.getScalarValueSizeInBits(); in SimplifyDemandedBits() local1260 if (BitWidth > EltBitWidth) in SimplifyDemandedBits()1261 DemandedSrcBits = DemandedSrcBits.trunc(EltBitWidth); in SimplifyDemandedBits()1268 if (BitWidth > EltBitWidth) in SimplifyDemandedBits()
3028 const unsigned EltBitWidth = VecVT.getScalarSizeInBits(); in computeKnownBits() local3032 if (BitWidth > EltBitWidth) in computeKnownBits()3033 Known = Known.trunc(EltBitWidth); in computeKnownBits()3044 if (BitWidth > EltBitWidth) in computeKnownBits()3663 const unsigned EltBitWidth = Op.getOperand(0).getScalarValueSizeInBits(); in ComputeNumSignBits() local3669 if (BitWidth != EltBitWidth) in ComputeNumSignBits()
36157 unsigned EltBitWidth = VT0.getScalarSizeInBits(); in combineAndMaskToShift() local36158 if (EltBitWidth != DAG.ComputeNumSignBits(Op0)) in combineAndMaskToShift()36163 SDValue ShAmt = DAG.getConstant(EltBitWidth - ShiftVal, DL, MVT::i8); in combineAndMaskToShift()