Lines Matching defs:SplatBitSize
7246 unsigned SplatBitSize;
7249 // use the result if the SplatBitSize is a multiple of the vector element
7255 Vector->isConstantSplat(SplatValue, SplatUndef, SplatBitSize,
7258 // Make sure that variable 'Constant' is only set if 'SplatBitSize' is a
7260 if (IsSplat && (SplatBitSize % EltBitWidth) == 0) {
7270 for (unsigned i = 0, n = (SplatBitSize / EltBitWidth); i < n; ++i)