Home
last modified time | relevance | path

Searched refs:make_function_type_from_args (Results 1 – 1 of 1) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dcgmain.cpp342 static LL_Type *make_function_type_from_args(LL_Type *return_type,
6670 make_function_type_from_args(LL_Type *return_type, OPERAND *first_arg_op, in make_function_type_from_args() function
6993 func_type = make_function_type_from_args(ll_abi_return_type(abi), in gen_call_expr()
6997 func_type = make_function_type_from_args( in gen_call_expr()
7015 func_type = make_function_type_from_args( in gen_call_expr()
7035 make_function_type_from_args( in gen_call_expr()
10207 LL_Type *func_type = make_function_type_from_args(return_type, args, false); in get_intrinsic_call_ops()