| ITypeRef Properties |
[This is preliminary documentation and is subject to change.]
The ITypeRef type exposes the following members.
| Name | Description | |
|---|---|---|
| Context | Context that owns this type | |
| IntegerBitWidth | Integer bit width of this type or 0 for non integer types | |
| IsDouble | ||
| IsFloat | ||
| IsFloatingPoint | Flag to indicate if this type is a floating point type | |
| IsInteger | Flag to indicate if this type is an integer | |
| IsPointer | Flag to indicate if this type is a pointer | |
| IsPointerPointer | FLag to indicate if this type is a pointer to a pointer | |
| IsSequence | Flag to indicate if this type is a sequence type | |
| IsSized | Flag to indicate if the type is sized | |
| IsStruct | Flag to indicate if this type is a structure type | |
| IsVoid | Flag to indicate if this type represents the void type | |
| Kind | LLVM Type kind for this type | |
| TypeHandle | LibLLVM handle for the type |