Base type of all the expressions.
More...
#include <base_expr.h>
Base type of all the expressions.
- See also
- Expr
◆ RegisterReflection()
| static void tvm::ExprNode::RegisterReflection |
( |
| ) |
|
|
inlinestatic |
◆ TVM_FFI_DECLARE_OBJECT_INFO()
| tvm::ExprNode::TVM_FFI_DECLARE_OBJECT_INFO |
( |
"ir.Expr" |
, |
|
|
ExprNode |
, |
|
|
ffi::Object |
|
|
) |
| |
◆ _type_child_slots
| constexpr const uint32_t tvm::ExprNode::_type_child_slots = 64 |
|
staticconstexpr |
◆ _type_s_eq_hash_kind
| constexpr TVMFFISEqHashKind tvm::ExprNode::_type_s_eq_hash_kind = kTVMFFISEqHashKindTreeNode |
|
staticconstexpr |
◆ span
Span that points to the original source code. Reserved debug information.
◆ ty
The deduced or annotated type of the expression.
Type::Missing() denotes type information that will be populated by later analysis passes instead of expression constructors.
The documentation for this class was generated from the following file: