Searched refs:SplatBits0 (Results 1 – 2 of 2) sorted by relevance
3405 APInt SplatBits0; in PerformORCombine() local3406 if (BVN0 && BVN0->isConstantSplat(SplatBits0, SplatUndef, SplatBitSize, in PerformORCombine()3413 !HasAnyUndefs && SplatBits0 == ~SplatBits1) { in PerformORCombine()
8722 APInt SplatBits0, SplatBits1; in PerformORCombine() local8726 if (BVN0 && BVN0->isConstantSplat(SplatBits0, SplatUndef, SplatBitSize, in PerformORCombine()8733 if (SplatBits0.getBitWidth() == SplatBits1.getBitWidth() && in PerformORCombine()8734 SplatBits0 == ~SplatBits1) { in PerformORCombine()