Lines Matching refs:SplatUndef

5714 static SDValue isNEONModifiedImm(uint64_t SplatBits, uint64_t SplatUndef,  in isNEONModifiedImm()  argument
5791 ((SplatBits | SplatUndef) & 0xff) == 0xff) { in isNEONModifiedImm()
5799 ((SplatBits | SplatUndef) & 0xffff) == 0xffff) { in isNEONModifiedImm()
5822 if (((SplatBits | SplatUndef) & BitMask) == BitMask) { in isNEONModifiedImm()
6357 APInt SplatBits, SplatUndef; in LowerBUILD_VECTOR() local
6360 if (BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) { in LowerBUILD_VECTOR()
6361 if (SplatUndef.isAllOnesValue()) in LowerBUILD_VECTOR()
6368 SplatUndef.getZExtValue(), SplatBitSize, in LowerBUILD_VECTOR()
6379 SplatUndef.getZExtValue(), SplatBitSize, in LowerBUILD_VECTOR()
10808 APInt SplatBits, SplatUndef; in PerformANDCombine() local
10812 BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) { in PerformANDCombine()
10816 SplatUndef.getZExtValue(), SplatBitSize, in PerformANDCombine()
11044 APInt SplatBits, SplatUndef; in PerformORCombine() local
11048 BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) { in PerformORCombine()
11052 SplatUndef.getZExtValue(), SplatBitSize, in PerformORCombine()
11085 APInt SplatUndef; in PerformORCombine() local
11093 if (BVN0 && BVN0->isConstantSplat(SplatBits0, SplatUndef, SplatBitSize, in PerformORCombine()
11095 if (BVN1 && BVN1->isConstantSplat(SplatBits1, SplatUndef, SplatBitSize, in PerformORCombine()
12209 APInt SplatBits, SplatUndef; in getVShiftImm() local
12212 if (! BVN || ! BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, in getVShiftImm()