Lines Matching defs:SplatBitSize
7101 unsigned SplatBitSize;
7104 // use the result if the SplatBitSize is a multiple of the vector element
7110 Vector->isConstantSplat(SplatValue, SplatUndef, SplatBitSize,
7113 // Make sure that variable 'Constant' is only set if 'SplatBitSize' is a
7115 if (IsSplat && (SplatBitSize % EltBitWidth) == 0) {
7125 for (unsigned i = 0, n = (SplatBitSize / EltBitWidth); i < n; ++i)