Home | History | Annotate | Download | only in AArch64

Lines Matching refs:SplatBits

5733   APInt SplatBits, SplatUndef;
5736 if (BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) {
5742 CnstBits |= SplatBits.zextOrTrunc(VT.getSizeInBits());
5743 UndefBits |= (SplatBits ^ SplatUndef).zextOrTrunc(VT.getSizeInBits());
6589 APInt SplatBits, SplatUndef;
6592 if (!BVN || !BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize,
6596 Cnt = SplatBits.getSExtValue();