[AST] Use llvm::bit_ceil (NFC)
For nonzero X that is not a power of 2, NextPowerOf2(X) is equivalent to llvm::bit_ceil(X).
Loading
Please sign in to comment
For nonzero X that is not a power of 2, NextPowerOf2(X) is equivalent to llvm::bit_ceil(X).