Searched refs:new_binary_operation (Results 1 – 3 of 3) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-vector-builder.h | 41 bool new_binary_operation (tree, tree, tree, bool);
|
H A D | tree-vector-builder.c | 63 tree_vector_builder::new_binary_operation (tree type, tree t1, tree t2, in new_binary_operation() function
|
H A D | fold-const.c | 1538 if (!elts.new_binary_operation (type, arg1, arg2, step_ok_p)) in const_binop() 14013 if (!elts.new_binary_operation (type, op0, op1, false)) in fold_relational_const()
|