Searched refs:SplatBits1 (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 6753 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/ |
D | ARMISelLowering.cpp | 9317 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 11049 APInt SplatBits0, SplatBits1; in PerformORCombine() local 11055 if (BVN1 && BVN1->isConstantSplat(SplatBits1, SplatUndef, SplatBitSize, in PerformORCombine() 11060 if (SplatBits0.getBitWidth() == SplatBits1.getBitWidth() && in PerformORCombine() 11061 SplatBits0 == ~SplatBits1) { in PerformORCombine()
|