Home | History | Annotate | Download | only in ARM

Lines Matching refs:SplatUndef

4415 static SDValue isNEONModifiedImm(uint64_t SplatBits, uint64_t SplatUndef,
4491 ((SplatBits | SplatUndef) & 0xff) == 0xff) {
4499 ((SplatBits | SplatUndef) & 0xffff) == 0xffff) {
4522 if (((SplatBits | SplatUndef) & BitMask) == BitMask) {
4903 APInt SplatBits, SplatUndef;
4906 if (BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) {
4911 SplatUndef.getZExtValue(), SplatBitSize,
4922 SplatUndef.getZExtValue(), SplatBitSize,
8129 APInt SplatBits, SplatUndef;
8133 BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) {
8137 SplatUndef.getZExtValue(), SplatBitSize,
8172 APInt SplatBits, SplatUndef;
8176 BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) {
8180 SplatUndef.getZExtValue(), SplatBitSize,
8210 APInt SplatUndef;
8218 if (BVN0 && BVN0->isConstantSplat(SplatBits0, SplatUndef, SplatBitSize,
8220 if (BVN1 && BVN1->isConstantSplat(SplatBits1, SplatUndef, SplatBitSize,
9202 APInt SplatBits, SplatUndef;
9205 if (! BVN || ! BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize,