MLIR 23.0.0git
llvm::PointerLikeTypeTraits< mlir::async::FuncOp > Struct Reference

Allow stealing the low bits of async::FuncOp. More...

#include "mlir/Dialect/Async/IR/Async.h"

Static Public Member Functions

static voidgetAsVoidPointer (mlir::async::FuncOp val)
static mlir::async::FuncOp getFromVoidPointer (void *p)

Static Public Attributes

static constexpr int numLowBitsAvailable = 3

Detailed Description

Allow stealing the low bits of async::FuncOp.

Definition at line 63 of file Async.h.

Member Function Documentation

◆ getAsVoidPointer()

void * llvm::PointerLikeTypeTraits< mlir::async::FuncOp >::getAsVoidPointer ( mlir::async::FuncOp val)
inlinestatic

Definition at line 64 of file Async.h.

◆ getFromVoidPointer()

mlir::async::FuncOp llvm::PointerLikeTypeTraits< mlir::async::FuncOp >::getFromVoidPointer ( void * p)
inlinestatic

Definition at line 67 of file Async.h.

Member Data Documentation

◆ numLowBitsAvailable

int llvm::PointerLikeTypeTraits< mlir::async::FuncOp >::numLowBitsAvailable = 3
staticconstexpr

Definition at line 70 of file Async.h.


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