Home
last modified time | relevance | path

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

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