Lines Matching defs:SplatBitSize
829 if (SplatBitSize > 64)
834 int64_t SignedValue = SignExtend64(Value, SplatBitSize);
838 VecVT = MVT::getVectorVT(MVT::getIntegerVT(SplatBitSize),
839 SystemZ::VectorBits / SplatBitSize);
844 if (TII->isRxSBGMask(Value, SplatBitSize, Start, End)) {
847 // an SplatBitSize value, so that 0 denotes 1 << (SplatBitSize-1).
848 OpVals.push_back(Start - (64 - SplatBitSize));
849 OpVals.push_back(End - (64 - SplatBitSize));
851 VecVT = MVT::getVectorVT(MVT::getIntegerVT(SplatBitSize),
852 SystemZ::VectorBits / SplatBitSize);
902 SplatBitSize = Width;
910 BVN->isConstantSplat(IntBits, SplatUndef, SplatBitSize, HasAnyUndefs, 128,
914 BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs, 8,
6017 unsigned SplatBitSize;
6021 if (BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs,
6023 SplatBitSize == ElemBitSize) {