Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp8904 APInt SplatBits0, SplatBits1; in PerformORCombine() local
8910 if (BVN1 && BVN1->isConstantSplat(SplatBits1, SplatUndef, SplatBitSize, in PerformORCombine()
8915 if (SplatBits0.getBitWidth() == SplatBits1.getBitWidth() && in PerformORCombine()
8916 SplatBits0 == ~SplatBits1) { in PerformORCombine()