irType property
Returns the LLVM IR type representation for this primitive type.
Returns:
"i64"
for integer types"double"
for floating point types
Implementation
String get irType => _irType;
Returns the LLVM IR type representation for this primitive type.
Returns:
"i64"
for integer types"double"
for floating point typesString get irType => _irType;