@@ -144,24 +144,24 @@ typedef enum {
144
144
} LLVMOpcode ;
145
145
146
146
typedef enum {
147
- LLVMVoidTypeKind , /**< type with no size */
148
- LLVMHalfTypeKind , /**< 16 bit floating point type */
149
- LLVMBFloatTypeKind , /**< 16 bit brain floating point type */
150
- LLVMFloatTypeKind , /**< 32 bit floating point type */
151
- LLVMDoubleTypeKind , /**< 64 bit floating point type */
152
- LLVMX86_FP80TypeKind , /**< 80 bit floating point type (X87) */
153
- LLVMFP128TypeKind , /**< 128 bit floating point type (112-bit mantissa)*/
154
- LLVMPPC_FP128TypeKind , /**< 128 bit floating point type (two 64-bits) */
155
- LLVMLabelTypeKind , /**< Labels */
156
- LLVMIntegerTypeKind , /**< Arbitrary bit width integers */
157
- LLVMFunctionTypeKind , /**< Functions */
158
- LLVMStructTypeKind , /**< Structures */
159
- LLVMArrayTypeKind , /**< Arrays */
160
- LLVMPointerTypeKind , /**< Pointers */
161
- LLVMMetadataTypeKind , /**< Metadata */
162
- LLVMX86_MMXTypeKind , /**< X86 MMX */
163
- LLVMTokenTypeKind , /**< Tokens */
164
- LLVMFixedVectorTypeKind , /**< Fixed width SIMD vector type */
147
+ LLVMVoidTypeKind , /**< type with no size */
148
+ LLVMHalfTypeKind , /**< 16 bit floating point type */
149
+ LLVMBFloatTypeKind , /**< 16 bit brain floating point type */
150
+ LLVMFloatTypeKind , /**< 32 bit floating point type */
151
+ LLVMDoubleTypeKind , /**< 64 bit floating point type */
152
+ LLVMX86_FP80TypeKind , /**< 80 bit floating point type (X87) */
153
+ LLVMFP128TypeKind , /**< 128 bit floating point type (112-bit mantissa)*/
154
+ LLVMPPC_FP128TypeKind , /**< 128 bit floating point type (two 64-bits) */
155
+ LLVMLabelTypeKind , /**< Labels */
156
+ LLVMIntegerTypeKind , /**< Arbitrary bit width integers */
157
+ LLVMFunctionTypeKind , /**< Functions */
158
+ LLVMStructTypeKind , /**< Structures */
159
+ LLVMArrayTypeKind , /**< Arrays */
160
+ LLVMPointerTypeKind , /**< Pointers */
161
+ LLVMVectorTypeKind , /**< Fixed width SIMD vector type */
162
+ LLVMMetadataTypeKind , /**< Metadata */
163
+ LLVMX86_MMXTypeKind , /**< X86 MMX */
164
+ LLVMTokenTypeKind , /**< Tokens */
165
165
LLVMScalableVectorTypeKind /**< Scalable SIMD vector type */
166
166
} LLVMTypeKind ;
167
167
0 commit comments