Class IrScalarType
Represents a scalar type (F32, I32, U32, Bool).
public class IrScalarType : IrType
- Inheritance
-
IrScalarType
- Inherited Members
Constructors
IrScalarType(ScalarKind)
Initializes a new instance of IrScalarType with the specified scalar kind.
public IrScalarType(ScalarKind kind)
Parameters
kindScalarKind
Properties
Kind
Gets the IR node kind for this type.
public override IrNodeKind Kind { get; }
Property Value
Name
Gets the display name of this scalar type.
public override string Name { get; }
Property Value
ScalarKind
Gets the scalar kind.
public ScalarKind ScalarKind { get; }