Searched refs:int1l (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | fold-const.c | 1026 unsigned HOST_WIDE_INT int1l, int2l; local 1044 int1l = TREE_INT_CST_LOW (arg1); 1109 int1l += int2l - 1; 1111 low = int1l / int2l, hi = 0; 1120 low = int1l, hi = int1h; 1124 && ! (int1l == 0 && int1h == 0)) 1142 int1l += int2l - 1; 1143 low = int1l % int2l, hi = 0; 1151 int1l, int1h, int2l, int2h, 1162 && int1l < int2l)); [all …]
|
/openbsd/gnu/gcc/gcc/ |
H A D | fold-const.c | 862 unsigned HOST_WIDE_INT int1l, int2l; in div_if_zero_remainder() local 869 int1l = TREE_INT_CST_LOW (arg1); in div_if_zero_remainder() 1536 int1l = TREE_INT_CST_LOW (arg1); in int_const_binop() 1596 int1l += int2l - 1; in int_const_binop() 1598 low = int1l / int2l, hi = 0; in int_const_binop() 1609 low = int1l, hi = int1h; in int_const_binop() 1613 && ! (int1l == 0 && int1h == 0)) in int_const_binop() 1631 int1l += int2l - 1; in int_const_binop() 1632 low = int1l % int2l, hi = 0; in int_const_binop() 1653 && int1l < int2l)); in int_const_binop() [all …]
|