Lines Matching defs:SplatBits
13393 APInt SplatBits, SplatUndef;
13396 if (BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) {
13402 CnstBits |= SplatBits.zextOrTrunc(VT.getSizeInBits());
13403 UndefBits |= (SplatBits ^ SplatUndef).zextOrTrunc(VT.getSizeInBits());
14786 APInt SplatBits, SplatUndef;
14789 if (!BVN || !BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize,
14793 Cnt = SplatBits.getSExtValue();