Lines Matching refs:SplatUndef
5037 static SDValue isNEONModifiedImm(uint64_t SplatBits, uint64_t SplatUndef, in isNEONModifiedImm() argument
5114 ((SplatBits | SplatUndef) & 0xff) == 0xff) { in isNEONModifiedImm()
5122 ((SplatBits | SplatUndef) & 0xffff) == 0xffff) { in isNEONModifiedImm()
5145 if (((SplatBits | SplatUndef) & BitMask) == BitMask) { in isNEONModifiedImm()
5653 APInt SplatBits, SplatUndef; in LowerBUILD_VECTOR() local
5656 if (BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) { in LowerBUILD_VECTOR()
5661 SplatUndef.getZExtValue(), SplatBitSize, in LowerBUILD_VECTOR()
5672 SplatUndef.getZExtValue(), SplatBitSize, in LowerBUILD_VECTOR()
9234 APInt SplatBits, SplatUndef; in PerformANDCombine() local
9238 BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) { in PerformANDCombine()
9242 SplatUndef.getZExtValue(), SplatBitSize, in PerformANDCombine()
9276 APInt SplatBits, SplatUndef; in PerformORCombine() local
9280 BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) { in PerformORCombine()
9284 SplatUndef.getZExtValue(), SplatBitSize, in PerformORCombine()
9313 APInt SplatUndef; in PerformORCombine() local
9321 if (BVN0 && BVN0->isConstantSplat(SplatBits0, SplatUndef, SplatBitSize, in PerformORCombine()
9323 if (BVN1 && BVN1->isConstantSplat(SplatBits1, SplatUndef, SplatBitSize, in PerformORCombine()
10505 APInt SplatBits, SplatUndef; in getVShiftImm() local
10508 if (! BVN || ! BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, in getVShiftImm()