MLIR
18.0.0git
|
We align TypeID::Storage by 8, so allow LLVM to steal the low bits. More...
#include "mlir/Support/TypeID.h"
Static Public Member Functions | |
static void * | getAsVoidPointer (mlir::TypeID info) |
static mlir::TypeID | getFromVoidPointer (void *ptr) |
Static Public Attributes | |
static constexpr int | NumLowBitsAvailable = 3 |
We align TypeID::Storage by 8, so allow LLVM to steal the low bits.
|
inlinestatic |
Definition at line 356 of file TypeID.h.
References mlir::TypeID::getAsOpaquePointer().
|
inlinestatic |
Definition at line 359 of file TypeID.h.
References mlir::TypeID::getFromOpaquePointer().
|
staticconstexpr |