Searched refs:vec_cst_ctor_to_array (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | fold-const.c | 7698 static bool vec_cst_ctor_to_array (tree, tree *); 8357 if (!vec_cst_ctor_to_array (arg0, elts)) in fold_unary_loc() 9641 vec_cst_ctor_to_array (tree arg, tree *elts) in vec_cst_ctor_to_array() function 9691 if (!vec_cst_ctor_to_array (arg0, elts) in fold_vec_perm() 9692 || !vec_cst_ctor_to_array (arg1, elts + nelts)) in fold_vec_perm() 13614 if (!vec_cst_ctor_to_array (arg0, elts) in fold_binary_loc() 13615 || !vec_cst_ctor_to_array (arg1, elts + nelts / 2)) in fold_binary_loc() 13644 if (!vec_cst_ctor_to_array (arg0, elts) in fold_binary_loc() 13645 || !vec_cst_ctor_to_array (arg1, elts + nelts * 2)) in fold_binary_loc()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | fold-const.c | 8906 vec_cst_ctor_to_array (tree arg, unsigned int nelts, tree *elts) in vec_cst_ctor_to_array() function 8955 if (!vec_cst_ctor_to_array (arg0, nelts, in_elts) in fold_vec_perm() 8956 || !vec_cst_ctor_to_array (arg1, nelts, in_elts + nelts)) in fold_vec_perm()
|