Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-loop-distribution.c932 const_with_all_bytes_same (tree val) in const_with_all_bytes_same() function
955 if (!const_with_all_bytes_same (TREE_REALPART (val)) in const_with_all_bytes_same()
956 && !const_with_all_bytes_same (TREE_IMAGPART (val))) in const_with_all_bytes_same()
964 if (const_with_all_bytes_same (VECTOR_CST_ENCODED_ELT (val, j))) in const_with_all_bytes_same()
1012 int bytev = const_with_all_bytes_same (val); in generate_memset_builtin()
1527 if (const_with_all_bytes_same (rhs) == -1 in classify_builtin_st()
2631 int bytev1 = const_with_all_bytes_same (rhs1); in fuse_memset_builtins()
2632 int bytev2 = const_with_all_bytes_same (rhs2); in fuse_memset_builtins()