Lines Matching defs:SplatBitSize
878 if (SplatBitSize > 64)
883 int64_t SignedValue = SignExtend64(Value, SplatBitSize);
887 VecVT = MVT::getVectorVT(MVT::getIntegerVT(SplatBitSize),
888 SystemZ::VectorBits / SplatBitSize);
893 if (TII->isRxSBGMask(Value, SplatBitSize, Start, End)) {
896 // an SplatBitSize value, so that 0 denotes 1 << (SplatBitSize-1).
897 OpVals.push_back(Start - (64 - SplatBitSize));
898 OpVals.push_back(End - (64 - SplatBitSize));
900 VecVT = MVT::getVectorVT(MVT::getIntegerVT(SplatBitSize),
901 SystemZ::VectorBits / SplatBitSize);
951 SplatBitSize = Width;
959 BVN->isConstantSplat(IntBits, SplatUndef, SplatBitSize, HasAnyUndefs, 128,
963 BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs, 8,
6394 unsigned SplatBitSize;
6398 if (BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs,
6400 SplatBitSize == ElemBitSize) {