Searched refs:highest_pow2_factor (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dexpr.c4513 highest_pow2_factor (copy_size));
5010 highest_pow2_factor (offset));
5251 highest_pow2_factor (position));
5297 highest_pow2_factor (position));
6340 highest_pow2_factor (tree exp)
6366 c0 = highest_pow2_factor (TREE_OPERAND (exp, 0));
6367 c1 = highest_pow2_factor (TREE_OPERAND (exp, 1));
6371 c0 = highest_pow2_factor (TREE_OPERAND (exp, 0));
6372 c1 = highest_pow2_factor (TREE_OPERAND (exp, 1));
6380 c0 = highest_pow2_factor (TREE_OPERAN
6322 highest_pow2_factor (tree exp) function
[all...]
H A Dtree-data-ref.c1350 *aligned_to = ssize_int (highest_pow2_factor (right_offset));
H A Dtree.h4673 extern unsigned HOST_WIDE_INT highest_pow2_factor (tree);

Completed in 205 milliseconds