Lines Matching defs:SplatUndef
4139 static SDValue isNEONModifiedImm(uint64_t SplatBits, uint64_t SplatUndef,
4215 ((SplatBits | SplatUndef) & 0xff) == 0xff) {
4224 ((SplatBits | SplatUndef) & 0xffff) == 0xffff) {
4248 if (((SplatBits | SplatUndef) & BitMask) == BitMask) {
4596 APInt SplatBits, SplatUndef;
4599 if (BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) {
4604 SplatUndef.getZExtValue(), SplatBitSize,
4615 SplatUndef.getZExtValue(), SplatBitSize,
8325 APInt SplatBits, SplatUndef;
8329 BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) {
8333 SplatUndef.getZExtValue(), SplatBitSize,
8368 APInt SplatBits, SplatUndef;
8372 BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) {
8376 SplatUndef.getZExtValue(), SplatBitSize,
8406 APInt SplatUndef;
8414 if (BVN0 && BVN0->isConstantSplat(SplatBits0, SplatUndef, SplatBitSize,
8416 if (BVN1 && BVN1->isConstantSplat(SplatBits1, SplatUndef, SplatBitSize,
9395 APInt SplatBits, SplatUndef;
9398 if (! BVN || ! BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize,