MLIR
20.0.0git
|
We align TypeStorage by 8, so allow LLVM to steal the low bits. More...
#include "mlir/IR/Types.h"
Static Public Member Functions | |
static void * | getAsVoidPointer (mlir::Type I) |
static mlir::Type | getFromVoidPointer (void *P) |
Static Public Attributes | |
static constexpr int | NumLowBitsAvailable = 3 |
We align TypeStorage by 8, so allow LLVM to steal the low bits.
|
inlinestatic |
Definition at line 388 of file Types.h.
References mlir::Type::getAsOpaquePointer().
|
inlinestatic |
Definition at line 391 of file Types.h.
References mlir::Type::getFromOpaquePointer().
|
staticconstexpr |