Lines Matching defs:SplatBits
911 uint64_t SplatBitsZ = SplatBits.getZExtValue();
936 SplatBits = IntImm;
937 unsigned Width = SplatBits.getBitWidth();
940 APInt HighValue = SplatBits.lshr(HalfSize).trunc(HalfSize);
941 APInt LowValue = SplatBits.trunc(HalfSize);
947 SplatBits = HighValue;
962 // Get SplatBits by finding the 8 bit or greater splat.
963 BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs, 8,
6393 APInt SplatBits, SplatUndef;
6398 if (BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs,
6401 SDValue Shift = DAG.getConstant(SplatBits.getZExtValue() & 0xfff,