Searched refs:distribute_bit_expr (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | fold-const.c | 83 static tree distribute_bit_expr PARAMS ((enum tree_code, tree, tree, tree)); 2366 distribute_bit_expr (code, type, arg0, arg1) in distribute_bit_expr() function 5559 t1 = distribute_bit_expr (code, type, arg0, arg1); 5614 t1 = distribute_bit_expr (code, type, arg0, arg1);
|
/openbsd/gnu/gcc/gcc/ |
H A D | fold-const.c | 107 static tree distribute_bit_expr (enum tree_code, tree, tree, tree); 3352 distribute_bit_expr (enum tree_code code, tree type, tree arg0, tree arg1) in distribute_bit_expr() function 9465 t1 = distribute_bit_expr (code, type, arg0, arg1); in fold_binary() 9744 t1 = distribute_bit_expr (code, type, arg0, arg1); in fold_binary()
|