Expand description
IR objects and builders.
Re-exports§
pub use self::attribute::Attribute;pub use self::attribute::AttributeLike;pub use self::block::Block;pub use self::block::BlockLike;pub use self::block::BlockRef;pub use self::bytecode_writer_config::BytecodeWriterConfig;pub use self::operation::Operation;pub use self::operation::OperationRef;pub use self::type::ShapedTypeLike;pub use self::type::Type;pub use self::type::TypeLike;
Modules§
- attribute
- Attributes.
- block
- Blocks.
- bytecode_
writer_ config - operation
- Operations and operation builders.
- type
- Types and type IDs.
Structs§
- Affine
Expr - An affine expression.
- Affine
Map - An affine map.
- Identifier
- An identifier.
- Location
- A location
- Module
- A module.
- Region
- A region.
- Region
Ref - A reference to a region.
- Value
- A value.
Traits§
- Region
Like - A region-like trait.
- Value
Like - A trait for value-like types.