Searched refs:i64_type (Results 1 – 12 of 12) sorted by relevance
19 let i64_type = Llvm.i64_type context var46 let sty = struct_type context [| i32_type; i64_type |] in
20 let i64_type = Llvm.i64_type context var105 if ty != i32_type && ty != i64_type then bomb "target_data did not work";
32 let i64_type = Llvm.i64_type context var122 let c = const_int i64_type (-1) in124 insist (i64_type = type_of c);130 let c = const_of_int64 i64_type (Int64.of_string "4294967295") false in132 insist (i64_type = type_of c);148 let c = const_of_int64 i64_type 9223372036854775807L true in150 insist (i64_type = type_of c);155 let c = const_int i64_type (1 lsl 61) in156 insist (c = const_of_int64 i64_type (Int64.of_int (1 lsl 61)) false)240 let c = const_null (packed_struct_type context [| i1_type; i8_type; i64_type;[all …]
32 let i64_type = Llvm.i64_type context var112 let c = const_int i64_type (-1) in114 insist (i64_type = type_of c);120 let c = const_of_int64 i64_type (Int64.of_string "4294967295") false in122 insist (i64_type = type_of c);138 let c = const_of_int64 i64_type 9223372036854775807L true in140 insist (i64_type = type_of c);145 let c = const_int i64_type (1 lsl 61) in146 insist (c = const_of_int64 i64_type (Int64.of_int (1 lsl 61)) false)230 let c = const_null (packed_struct_type context [| i1_type; i8_type; i64_type;[all …]
541 Type i64_type = parser.getBuilder().getIntegerType(64); in ParseSwitchNOp() local543 parser.parseAttribute(num_outs, i64_type, "num_outs", in ParseSwitchNOp()
365 external i64_type : llcontext -> lltype = "llvm_i64_type"
539 (** [i64_type c] returns an integer type of bitwidth 64 in the context [c]. See541 val i64_type : llcontext -> lltype val968 (const_int i32_type 1)) i64_type], but considerably more readable.
441 external i64_type : llcontext -> lltype = "llvm_i64_type"
570 (** [i64_type c] returns an integer type of bitwidth 64 in the context [c]. See572 val i64_type : llcontext -> lltype val1019 (const_int i32_type 1)) i64_type], but considerably more readable.
4574 auto i64_type = rewriter.getIntegerType(64); in GetLayout() local4590 elements.push_back(rewriter.getIntegerAttr(i64_type, i)); in GetLayout()