Home
last modified time | relevance | path

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

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