Searched refs:type_arg_types (Results 1 – 3 of 3) sorted by relevance
2186 tree type_arg_types; in expand_call() local2422 type_arg_types = split_complex_types (TYPE_ARG_TYPES (funtype)); in expand_call()2425 type_arg_types = TYPE_ARG_TYPES (funtype); in expand_call()2460 if (type_arg_types != 0) in expand_call()2462 = (list_length (type_arg_types) in expand_call()2496 if (type_arg_types != 0 in expand_call()2499 else if (type_arg_types != 0 in expand_call()
3372 tree type_arg_types; in expand_call() local3627 type_arg_types = split_complex_types (TYPE_ARG_TYPES (funtype)); in expand_call()3630 type_arg_types = TYPE_ARG_TYPES (funtype); in expand_call()3665 if (type_arg_types != 0) in expand_call()3667 = (list_length (type_arg_types) in expand_call()3701 if (type_arg_types != 0 in expand_call()3704 else if (type_arg_types != 0 in expand_call()
50687 tree type_arg_types = TYPE_ARG_TYPES (TREE_TYPE (node->decl)); in ix86_simd_clone_compute_vecsize_and_simdlen() local50688 bool decl_arg_p = (node->definition || type_arg_types == NULL_TREE); in ix86_simd_clone_compute_vecsize_and_simdlen()50690 for (t = (decl_arg_p ? DECL_ARGUMENTS (node->decl) : type_arg_types), i = 0; in ix86_simd_clone_compute_vecsize_and_simdlen()