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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-loop-distribution.c1083 const_with_all_bytes_same (tree val) function
1106 if (!const_with_all_bytes_same (TREE_REALPART (val))
1107 && !const_with_all_bytes_same (TREE_IMAGPART (val)))
1115 if (const_with_all_bytes_same (VECTOR_CST_ENCODED_ELT (val, j)))
1163 int bytev = const_with_all_bytes_same (val);
1706 if (const_with_all_bytes_same (rhs) == -1
2861 int bytev1 = const_with_all_bytes_same (rhs1);
2862 int bytev2 = const_with_all_bytes_same (rhs2);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-loop-distribution.cc1093 const_with_all_bytes_same (tree val) function
1116 if (!const_with_all_bytes_same (TREE_REALPART (val))
1117 && !const_with_all_bytes_same (TREE_IMAGPART (val)))
1125 if (const_with_all_bytes_same (VECTOR_CST_ENCODED_ELT (val, j)))
1173 int bytev = const_with_all_bytes_same (val);
1719 if (const_with_all_bytes_same (rhs) == -1
2900 int bytev1 = const_with_all_bytes_same (rhs1);
2901 int bytev2 = const_with_all_bytes_same (rhs2);

Completed in 105 milliseconds