Searched refs:EltBitWidth (Results 1 – 4 of 4) sorted by relevance
3678 const unsigned EltBitWidth = Op.getValueSizeInBits(); in computeKnownBits() local3681 Known.Zero = Known.Zero.getHiBits(Known.getBitWidth() - Index * EltBitWidth); in computeKnownBits()3682 Known.One = Known.One.getHiBits(Known.getBitWidth() - Index * EltBitWidth); in computeKnownBits()3685 Known = Known.trunc(EltBitWidth); in computeKnownBits()3695 const unsigned EltBitWidth = VecVT.getScalarSizeInBits(); in computeKnownBits() local3700 if (BitWidth > EltBitWidth) in computeKnownBits()3701 Known = Known.trunc(EltBitWidth); in computeKnownBits()3712 if (BitWidth > EltBitWidth) in computeKnownBits()4415 const unsigned EltBitWidth = Op.getOperand(0).getScalarValueSizeInBits(); in ComputeNumSignBits() local4421 if (BitWidth != EltBitWidth) in ComputeNumSignBits()
6412 unsigned EltBitWidth = Vector->getValueType(0).getScalarSizeInBits(); in visitAND() local6417 if (EltBitWidth > SplatBitSize) in visitAND()6418 for (SplatValue = SplatValue.zextOrTrunc(EltBitWidth); in visitAND()6419 SplatBitSize < EltBitWidth; SplatBitSize = SplatBitSize * 2) in visitAND()6424 if ((SplatBitSize % EltBitWidth) == 0) { in visitAND()6425 Constant = APInt::getAllOnes(EltBitWidth); in visitAND()6426 for (unsigned i = 0, n = (SplatBitSize / EltBitWidth); i < n; ++i) in visitAND()6427 Constant &= SplatValue.extractBits(EltBitWidth, i * EltBitWidth); in visitAND()
2437 unsigned EltBitWidth = Src.getScalarValueSizeInBits(); in SimplifyDemandedBits() local2452 if (BitWidth > EltBitWidth) in SimplifyDemandedBits()2453 DemandedSrcBits = DemandedSrcBits.trunc(EltBitWidth); in SimplifyDemandedBits()2470 if (BitWidth > EltBitWidth) in SimplifyDemandedBits()
14829 unsigned EltBitWidth = V.getScalarValueSizeInBits(); in lowerShuffleAsBroadcast() local14831 unsigned BeginOffset = Idx * EltBitWidth; in lowerShuffleAsBroadcast()14838 int EltBitWidth = VOuter.getScalarValueSizeInBits(); in lowerShuffleAsBroadcast() local14841 int BeginOffset = Idx * EltBitWidth; in lowerShuffleAsBroadcast()14842 int EndOffset = BeginOffset + NumSubElts * EltBitWidth; in lowerShuffleAsBroadcast()46217 unsigned EltBitWidth = VT.getScalarSizeInBits(); in combineSelect() local46219 TLI.isTypeLegal(VT) && ((Subtarget.hasAVX() && EltBitWidth == 32) || in combineSelect()46220 (Subtarget.hasAVX2() && EltBitWidth == 64) || in combineSelect()46231 ShlVals.push_back(EltBitWidth - 1 - in combineSelect()48941 unsigned EltBitWidth = VT.getScalarSizeInBits(); in combineAndMaskToShift() local[all …]