Lines Matching defs:SplatUndef
6615 APInt SplatBits, SplatUndef;
6619 !BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs,
6993 static SDValue isVMOVModifiedImm(uint64_t SplatBits, uint64_t SplatUndef,
7071 ((SplatBits | SplatUndef) & 0xff) == 0xff) {
7083 ((SplatBits | SplatUndef) & 0xffff) == 0xffff) {
7105 if (((SplatBits | SplatUndef) & BitMask) == BitMask) {
7928 APInt SplatBits, SplatUndef;
7931 if (BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) {
7932 if (SplatUndef.isAllOnes())
7954 isVMOVModifiedImm(SplatBits.getZExtValue(), SplatUndef.getZExtValue(),
7965 NegatedImm, SplatUndef.getZExtValue(), SplatBitSize, DAG, dl, VmovVT,
14425 APInt SplatBits, SplatUndef;
14429 BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) {
14434 SplatUndef.getZExtValue(), SplatBitSize,
14721 APInt SplatBits, SplatUndef;
14725 BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) {
14730 isVMOVModifiedImm(SplatBits.getZExtValue(), SplatUndef.getZExtValue(),
14762 APInt SplatUndef;
14770 if (BVN0 && BVN0->isConstantSplat(SplatBits0, SplatUndef, SplatBitSize,
14772 if (BVN1 && BVN1->isConstantSplat(SplatBits1, SplatUndef, SplatBitSize,