MLIR  19.0.0git
Static Public Member Functions | Static Public Attributes | List of all members
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 void * getAsVoidPointer (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()

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

Definition at line 64 of file Async.h.

◆ getFromVoidPointer()

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

Definition at line 67 of file Async.h.

Member Data Documentation

◆ numLowBitsAvailable

constexpr 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: