Lines Matching defs:SplatBitSize
579 unsigned SplatBitSize;
582 if (!Node->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs,
604 unsigned SplatBitSize;
609 if (BVN->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs))
888 unsigned SplatBitSize;
897 !BV->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs,
899 (SplatBitSize != EltSize) ||
2489 // - Constant splats are legal as-is as long as the SplatBitSize is a power of
2492 // - Constant splats are lowered to bitconverted BUILD_VECTORs if SplatBitSize
2504 unsigned SplatBitSize;
2510 if (Node->isConstantSplat(SplatValue, SplatUndef, SplatBitSize,
2512 !Subtarget.isLittle()) && SplatBitSize <= 64) {
2514 if (SplatBitSize != 8 && SplatBitSize != 16 && SplatBitSize != 32 &&
2515 SplatBitSize != 64)
2526 switch (SplatBitSize) {