Lines Matching defs:i64
32 MlirType i64 = mlirIntegerTypeGet(ctx, 64);
63 const char *i8_i32_i64_text = "!llvm.func<i8 (i32, i64)>";
64 const MlirType i32_i64_arr[] = {i32, i64};
68 // CHECK: !llvm.func<i8 (i32, i64)>: 1
72 const char *i32_i64_s_text = "!llvm.struct<(i32, i64)>";
76 // CHECK: !llvm.struct<(i32, i64)>: 1
92 MlirType i64 = mlirIntegerTypeGet(ctx, 64);
93 MlirType i8_i32_i64[] = {i8, i32, i64};
94 // CHECK: !llvm.struct<(i8, i32, i64)>
111 // CHECK: i64
125 mlirLLVMStructTypeLiteralGet(ctx, 1, &i64, /*isPacked=*/false))) {
157 MlirType i32_i64[] = {i32, i64};
164 // CHECK: !llvm.struct<"foo", (i32, i64)>