LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | List of all members
llvm::RoundUpToPowerOfTwoH< N, isPowerTwo > Struct Template Reference

#include <SmallPtrSet.h>

Public Types

enum  { Val = N }
 

Detailed Description

template<unsigned N, bool isPowerTwo>
struct llvm::RoundUpToPowerOfTwoH< N, isPowerTwo >

RoundUpToPowerOfTwoH - If N is not a power of two, increase it. This is a helper template used to implement RoundUpToPowerOfTwo.

Definition at line 213 of file SmallPtrSet.h.

Member Enumeration Documentation

template<unsigned N, bool isPowerTwo>
anonymous enum
Enumerator
Val 

Definition at line 214 of file SmallPtrSet.h.


The documentation for this struct was generated from the following file: