Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1877 bool IsGroupOfZeros = !Bits[LastGroupStartIdx].hasValue(); in collectBitGroups() local
1894 if (IsGroupOfZeros && Bits[i].isZero()) in collectBitGroups()
1902 if (!(IsGroupOfZeros && ThisValue && !Bits[i].isZero())) in collectBitGroups()
1911 IsGroupOfZeros = !Bits[LastGroupStartIdx].hasValue(); in collectBitGroups()