struct RoundUpToPowerOfTwoH
Declaration
template <unsigned int N, bool isPowerTwo>
struct RoundUpToPowerOfTwoH { /* full declaration omitted */ };
Description
RoundUpToPowerOfTwoH - If N is not a power of two, increase it. This is a helper template used to implement RoundUpToPowerOfTwo.
Declared at: llvm/include/llvm/ADT/SmallPtrSet.h:320
Templates
- unsigned int N
- bool isPowerTwo