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

/freebsd-10-stable/contrib/gcc/
H A Dtree-vect-generic.c151 tree low_bits, high_bits, a_low, b_low, result_low, signs; local
161 b_low = gimplify_build2 (bsi, BIT_AND_EXPR, word_type, b, low_bits);
171 result_low = gimplify_build2 (bsi, code, word_type, a_low, b_low);
183 tree low_bits, high_bits, b_low, result_low, signs; local
191 b_low = gimplify_build2 (bsi, BIT_AND_EXPR, word_type, b, low_bits);
194 result_low = gimplify_build2 (bsi, MINUS_EXPR, word_type, high_bits, b_low);

Completed in 95 milliseconds