HomeSort by relevance Sort by last modified time
    Searched full:i64_type (Results 1 - 5 of 5) sorted by null

  /external/llvm/test/Bindings/Ocaml/
target.ml 16 let i64_type = Llvm.i64_type context var
37 let sty = struct_type context [| i32_type; i64_type |] in
executionengine.ml 16 let i64_type = Llvm.i64_type context var
57 let i64gv = GenericValue.of_int64 i64_type (Int64.of_int 6) in
108 if ty != i32_type && ty != i64_type then bomb "target_data did not work";
vmcore.ml 26 let i64_type = Llvm.i64_type context var
98 let c = const_int i64_type (-1) in
100 insist (i64_type = type_of c);
105 let c = const_of_int64 i64_type (Int64.of_string "4294967295") false in
107 insist (i64_type = type_of c);
179 let c = const_null (packed_struct_type context [| i1_type; i8_type; i64_type;
186 let c = const_all_ones i64_type in
192 let c = const_pointer_null (pointer_type i64_type) in
236 let five = const_int i64_type 5 i
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 407 (** [i64_type c] returns an integer type of bitwidth 64 in the context [c]. See
409 val i64_type : llcontext -> lltype var
797 (const_int i32_type 1)) i64_type], but considerably more readable.
    [all...]
llvm.ml 277 external i64_type : llcontext -> lltype = "llvm_i64_type"
    [all...]

Completed in 60 milliseconds