Lines Matching defs:SplatBits
862 uint64_t SplatBitsZ = SplatBits.getZExtValue();
887 SplatBits = IntImm;
888 unsigned Width = SplatBits.getBitWidth();
891 APInt HighValue = SplatBits.lshr(HalfSize).trunc(HalfSize);
892 APInt LowValue = SplatBits.trunc(HalfSize);
898 SplatBits = HighValue;
913 // Get SplatBits by finding the 8 bit or greater splat.
914 BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs, 8,
6016 APInt SplatBits, SplatUndef;
6021 if (BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs,
6024 SDValue Shift = DAG.getConstant(SplatBits.getZExtValue() & 0xfff,