Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLocal.cpp2690 unsigned NumMaskedBits = AndMask.countPopulation(); in collectBitParts() local
2691 if (!MatchBitReversals && NumMaskedBits % 8 != 0) in collectBitParts()