slang::ast::PredefinedIntegerType class

Represents the predefined integer types, which are essentially predefined vector types.

Base classes

class IntegralType
A base class for integral types, which include all scalar types, predefined integer types, packed arrays, packed structures, packed unions, and enum types.

Public types

enum Kind { ShortInt, Int, LongInt, Byte, Integer, Time }
The kind of predefined integer type.