[Support] Use functions from bit.h (NFC)
This patch makes the following replacements: countLeadingZeros -> llvm::countl_zero countTrailingZeros -> llvm::countr_zero countPopulation -> llvm::popcount
Loading
Please sign in to comment
This patch makes the following replacements: countLeadingZeros -> llvm::countl_zero countTrailingZeros -> llvm::countr_zero countPopulation -> llvm::popcount