Searched refs:EltBitWidth (Results 1 – 4 of 4) sorted by relevance
3616 const unsigned EltBitWidth = Op.getValueSizeInBits(); in computeKnownBits() local3619 Known.Zero = Known.Zero.getHiBits(Known.getBitWidth() - Index * EltBitWidth); in computeKnownBits()3620 Known.One = Known.One.getHiBits(Known.getBitWidth() - Index * EltBitWidth); in computeKnownBits()3623 Known = Known.trunc(EltBitWidth); in computeKnownBits()3633 const unsigned EltBitWidth = VecVT.getScalarSizeInBits(); in computeKnownBits() local3638 if (BitWidth > EltBitWidth) in computeKnownBits()3639 Known = Known.trunc(EltBitWidth); in computeKnownBits()3650 if (BitWidth > EltBitWidth) in computeKnownBits()4337 const unsigned EltBitWidth = Op.getOperand(0).getScalarValueSizeInBits(); in ComputeNumSignBits() local4343 if (BitWidth != EltBitWidth) in ComputeNumSignBits()
6287 unsigned EltBitWidth = Vector->getValueType(0).getScalarSizeInBits(); in visitAND() local6292 if (EltBitWidth > SplatBitSize) in visitAND()6293 for (SplatValue = SplatValue.zextOrTrunc(EltBitWidth); in visitAND()6294 SplatBitSize < EltBitWidth; SplatBitSize = SplatBitSize * 2) in visitAND()6299 if ((SplatBitSize % EltBitWidth) == 0) { in visitAND()6300 Constant = APInt::getAllOnes(EltBitWidth); in visitAND()6301 for (unsigned i = 0, n = (SplatBitSize / EltBitWidth); i < n; ++i) in visitAND()6302 Constant &= SplatValue.extractBits(EltBitWidth, i * EltBitWidth); in visitAND()
2429 unsigned EltBitWidth = Src.getScalarValueSizeInBits(); in SimplifyDemandedBits() local2444 if (BitWidth > EltBitWidth) in SimplifyDemandedBits()2445 DemandedSrcBits = DemandedSrcBits.trunc(EltBitWidth); in SimplifyDemandedBits()2462 if (BitWidth > EltBitWidth) in SimplifyDemandedBits()
14495 unsigned EltBitWidth = V.getScalarValueSizeInBits(); in lowerShuffleAsBroadcast() local14497 unsigned BeginOffset = Idx * EltBitWidth; in lowerShuffleAsBroadcast()14504 int EltBitWidth = VOuter.getScalarValueSizeInBits(); in lowerShuffleAsBroadcast() local14507 int BeginOffset = Idx * EltBitWidth; in lowerShuffleAsBroadcast()14508 int EndOffset = BeginOffset + NumSubElts * EltBitWidth; in lowerShuffleAsBroadcast()45003 unsigned EltBitWidth = VT.getScalarSizeInBits(); in combineSelect() local45005 TLI.isTypeLegal(VT) && ((Subtarget.hasAVX() && EltBitWidth == 32) || in combineSelect()45006 (Subtarget.hasAVX2() && EltBitWidth == 64) || in combineSelect()45017 ShlVals.push_back(EltBitWidth - 1 - in combineSelect()47667 unsigned EltBitWidth = VT.getScalarSizeInBits(); in combineAndMaskToShift() local[all …]