Displaying 1 result from an estimated 1 matches for "type_code_struct_name".
Did you mean:
type_code_struct_named
2011 Jul 14
1
[LLVMdev] [PATCH] OpenCL half support
...lvm/Bitcode/LLVMBitCodes.h
@@ -110,10 +110,12 @@ namespace bitc {
TYPE_CODE_METADATA = 16, // METADATA
TYPE_CODE_X86_MMX = 17, // X86 MMX
+
+ TYPE_CODE_HALF = 18, // IEEE HALF (16-bit fp)
- TYPE_CODE_STRUCT_ANON = 18, // STRUCT_ANON: [ispacked, eltty x N]
- TYPE_CODE_STRUCT_NAME = 19, // STRUCT_NAME: [strchr x N]
- TYPE_CODE_STRUCT_NAMED = 20 // STRUCT_NAMED: [ispacked, eltty x N]
+ TYPE_CODE_STRUCT_ANON = 19, // STRUCT_ANON: [ispacked, eltty x N]
+ TYPE_CODE_STRUCT_NAME = 20, // STRUCT_NAME: [strchr x N]
+ TYPE_CODE_STRUCT_NAMED = 21 // STRUCT_NAMED: [ispacked...