Home
last modified time | relevance | path

Searched refs:SplatBits1 (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.cpp6753 APInt SplatBits1; in PerformORCombine() local
6754 if (BVN1 && BVN1->isConstantSplat(SplatBits1, SplatUndef, SplatBitSize, in PerformORCombine()
6756 SplatBits0 == ~SplatBits1) { in PerformORCombine()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp9317 APInt SplatBits0, SplatBits1; in PerformORCombine() local
9323 if (BVN1 && BVN1->isConstantSplat(SplatBits1, SplatUndef, SplatBitSize, in PerformORCombine()
9328 if (SplatBits0.getBitWidth() == SplatBits1.getBitWidth() && in PerformORCombine()
9329 SplatBits0 == ~SplatBits1) { in PerformORCombine()