Searched refs:distribute_bit_expr (Results 1 – 1 of 1) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | fold-const.c | 103 static tree distribute_bit_expr (location_t, enum tree_code, tree, tree, tree); 3223 distribute_bit_expr (location_t loc, enum tree_code code, tree type, in distribute_bit_expr() function 11130 t1 = distribute_bit_expr (loc, code, type, arg0, arg1); in fold_binary_loc() 11566 t1 = distribute_bit_expr (loc, code, type, arg0, arg1); in fold_binary_loc()
|