Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp8278 APInt SplatBits0, SplatBits1; in PerformORCombine() local
8282 if (BVN0 && BVN0->isConstantSplat(SplatBits0, SplatUndef, SplatBitSize, in PerformORCombine()
8289 if (SplatBits0.getBitWidth() == SplatBits1.getBitWidth() && in PerformORCombine()
8290 SplatBits0 == ~SplatBits1) { in PerformORCombine()