LLVM 19.0.0git
llvm::detail::ConstantLog2< N > Struct Template Reference

A tiny meta function to compute the log2 of a compile time constant. More...

#include "llvm/Support/PointerLikeTypeTraits.h"

Inheritance diagram for llvm::detail::ConstantLog2< N >:
Inheritance graph
[legend]

Detailed Description

template<size_t N>
struct llvm::detail::ConstantLog2< N >

A tiny meta function to compute the log2 of a compile time constant.

Definition at line 30 of file PointerLikeTypeTraits.h.


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