Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLocal.cpp3129 unsigned NumMaskedBits = AndMask.countPopulation(); in collectBitParts() local
3130 if (!MatchBitReversals && (NumMaskedBits % 8) != 0) in collectBitParts()