search for: make_struct_type

Displaying 2 results from an estimated 2 matches for "make_struct_type".

2007 Sep 14
0
[LLVMdev] C interface
...t_bc filename = > let m = create_module filename in > > let big_fn_ty = make_pointer_type > (make_function_type (void_type ()) > [| make_vector_type (float_type ()) 4; > make_pointer_type > (make_struct_type [| double_type (); > x86fp80_type (); > fp128_type (); > ppc_fp128_type () > |] true); > make_pointer_type...
2007 Sep 12
7
[LLVMdev] C interface
...mit_bc.ml open Llvm let emit_bc filename = let m = create_module filename in let big_fn_ty = make_pointer_type (make_function_type (void_type ()) [| make_vector_type (float_type ()) 4; make_pointer_type (make_struct_type [| double_type (); x86fp80_type (); fp128_type (); ppc_fp128_type () |] true); make_pointer_type...