Home | History | Annotate | Download | only in Ocaml

Lines Matching refs:fty

771     let fty = function_type void_type [| i32_type; i32_type |] in
772 let f = define_function "f" fty m in
812 let fty = function_type void_type [| i32_type |] in
813 let fn = define_function "BuilderParent" fty m in
830 let fty = function_type void_type [| |] in
831 let fn = declare_function "X6" fty m in
841 let fty = function_type sty [| |] in
842 let fn = declare_function "XA6" fty m in
849 let fty = function_type i32_type [| i32_type; i32_type |] in
850 let fn = define_function "X7" fty m in
1296 let fty = function_type void_type [| |] in
1297 let fn = define_function "FunctionPassManager" fty m in