Lines Matching defs:fty
841 let fty = function_type void_type [| i32_type; i32_type |] in
842 let f = define_function "f" fty m in
873 let fty = function_type void_type [| i32_type |] in
874 let fn = define_function "BuilderParent" fty m in
900 let fty = function_type void_type [| i32_type |] in
901 let fn = define_function "BuilderParent" fty m in
918 let fty = function_type void_type [| |] in
919 let fn = declare_function "X6" fty m in
929 let fty = function_type sty [| |] in
930 let fn = declare_function "XA6" fty m in
937 let fty = function_type i32_type [| i32_type; i32_type |] in
938 let fn = define_function "X7" fty m in
1069 let ci = build_call fty fn [| p2; p1 |] "build_call" atentry in
1274 ignore (build_invoke fty fn [| p1; p2 |] bb04 bblpad "build_invoke" b)