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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-complex.c266 complex_lattice_t new_l, old_l, op1_l, op2_l; local
290 new_l = find_lattice_value (rhs);
300 new_l = op1_l | op2_l;
314 new_l = VARYING;
318 new_l = op2_l;
320 new_l = op1_l;
327 new_l = ((op1_l - ONLY_REAL) ^ (op2_l - ONLY_REAL)) + ONLY_REAL;
330 new_l |= old_l;
336 new_l = find_lattice_value (TREE_OPERAND (rhs, 0));
340 new_l
357 complex_lattice_t new_l, old_l; local
[all...]
H A Drtlanal.c2422 rtx new_c, new_l;
2435 new_l = XEXP (force_const_mem (get_pool_mode (l), new_c), 0);
2436 *x = replace_rtx (l, l, new_l);
2400 rtx new_c, new_l; local

Completed in 67 milliseconds