Returns the LLVM IR type string representation of this language type.
This is equivalent to accessing the irType getter.
@override String toString() { return irType; }