MLIR  21.0.0git
Static Public Member Functions | Static Public Attributes | List of all members
PyOpResult Class Reference

Python wrapper for MlirOpResult. More...

+ Inheritance diagram for PyOpResult:

Static Public Member Functions

static void bindDerived (ClassTy &c)
 

Static Public Attributes

static constexpr IsAFunctionTy isaFunction = mlirValueIsAOpResult
 
static constexpr const char * pyClassName = "OpResult"
 

Detailed Description

Python wrapper for MlirOpResult.

Definition at line 1703 of file IRCore.cpp.

Member Function Documentation

◆ bindDerived()

static void PyOpResult::bindDerived ( ClassTy &  c)
inlinestatic

Member Data Documentation

◆ isaFunction

constexpr IsAFunctionTy PyOpResult::isaFunction = mlirValueIsAOpResult
staticconstexpr

Definition at line 1705 of file IRCore.cpp.

◆ pyClassName

constexpr const char* PyOpResult::pyClassName = "OpResult"
staticconstexpr

Definition at line 1706 of file IRCore.cpp.


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