github.com/llir/llvm@v0.3.6/ir/types/testdata/types.ll (about) 1 %t1 = type void () 2 %t2 = type void (i8) 3 %t3 = type i32 (i8*, ...) 4 %t4 = type i1 5 %t5 = type i8 6 %t6 = type half 7 %t7 = type float 8 %t8 = type double 9 %t9 = type fp128 10 %t10 = type x86_fp80 11 %t11 = type ppc_fp128 12 %t12 = type x86_mmx 13 %t13 = type i8* 14 %t14 = type i8 addrspace(2)* 15 %t15 = type <5 x i8> 16 %t16 = type label 17 %t17 = type token 18 %t18 = type metadata 19 %t19 = type [5 x i8] 20 %t20 = type {} 21 %t21 = type <{}> 22 %t22 = type { i8 } 23 %t23 = type { i8, i32 } 24 %t24 = type <{ i8, i32 }> 25 %t25 = type opaque