Home
last modified time | relevance | path

Searched refs:commutative_binary_op_p (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-match.h375 bool commutative_binary_op_p (code_helper, tree);
H A Dgimple-match-head.cc302 if ((is_comparison || commutative_binary_op_p (res_op->code, res_op->type)) in gimple_resimplify2()
1333 commutative_binary_op_p (code_helper code, tree type) in commutative_binary_op_p() function
H A Dtree-vect-loop.cc7064 else if (!commutative_binary_op_p (orig_code, op.type) in vectorizable_reduction()
7558 gcc_assert (commutative_binary_op_p (code, op.type)); in vect_transform_reduction()
H A DChangeLog-20212529 (commutative_binary_op_p): Declare.
2538 * gimple-match-head.c (commutative_binary_op_p): New function.