Home | History | Annotate | Download | only in AArch64

Lines Matching refs:SplatBits

4876   APInt SplatBits, SplatUndef;
4879 if (BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) {
4885 CnstBits |= SplatBits.zextOrTrunc(VT.getSizeInBits());
4886 UndefBits |= (SplatBits ^ SplatUndef).zextOrTrunc(VT.getSizeInBits());
5738 APInt SplatBits, SplatUndef;
5741 if (!BVN || !BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize,
5745 Cnt = SplatBits.getSExtValue();