Lines Matching defs:SplatBitSize
540 unsigned SplatBitSize;
543 if (!Node->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs,
565 unsigned SplatBitSize;
570 if (BVN->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs))
849 unsigned SplatBitSize;
858 !BV->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs,
860 (SplatBitSize != EltSize) ||
2445 // - Constant splats are legal as-is as long as the SplatBitSize is a power of
2448 // - Constant splats are lowered to bitconverted BUILD_VECTORs if SplatBitSize
2460 unsigned SplatBitSize;
2466 if (Node->isConstantSplat(SplatValue, SplatUndef, SplatBitSize,
2468 !Subtarget.isLittle()) && SplatBitSize <= 64) {
2470 if (SplatBitSize != 8 && SplatBitSize != 16 && SplatBitSize != 32 &&
2471 SplatBitSize != 64)
2482 switch (SplatBitSize) {