Searched refs:EltBitWidth (Results 1 – 4 of 4) sorted by relevance
3982 const unsigned EltBitWidth = Op.getValueSizeInBits(); in computeKnownBits() local3985 Known.Zero = Known.Zero.getHiBits(Known.getBitWidth() - Index * EltBitWidth); in computeKnownBits()3986 Known.One = Known.One.getHiBits(Known.getBitWidth() - Index * EltBitWidth); in computeKnownBits()3989 Known = Known.trunc(EltBitWidth); in computeKnownBits()3999 const unsigned EltBitWidth = VecVT.getScalarSizeInBits(); in computeKnownBits() local4004 if (BitWidth > EltBitWidth) in computeKnownBits()4005 Known = Known.trunc(EltBitWidth); in computeKnownBits()4016 if (BitWidth > EltBitWidth) in computeKnownBits()4905 const unsigned EltBitWidth = Op.getOperand(0).getScalarValueSizeInBits(); in ComputeNumSignBits() local4911 if (BitWidth != EltBitWidth) in ComputeNumSignBits()
2642 unsigned EltBitWidth = Src.getScalarValueSizeInBits(); in SimplifyDemandedBits() local2657 if (BitWidth > EltBitWidth) in SimplifyDemandedBits()2658 DemandedSrcBits = DemandedSrcBits.trunc(EltBitWidth); in SimplifyDemandedBits()2675 if (BitWidth > EltBitWidth) in SimplifyDemandedBits()
7099 unsigned EltBitWidth = Vector->getValueType(0).getScalarSizeInBits(); in visitAND() local7111 HasAnyUndefs, EltBitWidth, IsBigEndian); in visitAND()7115 if (IsSplat && (SplatBitSize % EltBitWidth) == 0) { in visitAND()7124 Constant = APInt::getAllOnes(EltBitWidth); in visitAND()7125 for (unsigned i = 0, n = (SplatBitSize / EltBitWidth); i < n; ++i) in visitAND()7126 Constant &= SplatValue.extractBits(EltBitWidth, i * EltBitWidth); in visitAND()
12532 unsigned EltBitWidth = V.getScalarValueSizeInBits(); in lowerShuffleAsBroadcast() local12534 unsigned BeginOffset = Idx * EltBitWidth; in lowerShuffleAsBroadcast()12541 int EltBitWidth = VOuter.getScalarValueSizeInBits(); in lowerShuffleAsBroadcast() local12544 int BeginOffset = Idx * EltBitWidth; in lowerShuffleAsBroadcast()12545 int EndOffset = BeginOffset + NumSubElts * EltBitWidth; in lowerShuffleAsBroadcast()46376 unsigned EltBitWidth = VT.getScalarSizeInBits(); in combineSelect() local46378 TLI.isTypeLegal(VT) && ((Subtarget.hasAVX() && EltBitWidth == 32) || in combineSelect()46379 (Subtarget.hasAVX2() && EltBitWidth == 64) || in combineSelect()46390 ShlVals.push_back(EltBitWidth - 1 - in combineSelect()49437 unsigned EltBitWidth = VT.getScalarSizeInBits(); in combineAndMaskToShift() local[all …]