Searched refs:nonsymmetric_op (Results 1 – 1 of 1) sorted by relevance
3424 const string nonsymmetric_op = (is_add || is_sub) ? "Sub" : "Div"; in ConstantPushDown() local3429 node->set_op((neg_x || (neg_c && neg_y)) ? nonsymmetric_op : symmetric_op); in ConstantPushDown()3433 ctx.op_child->set_op(neg_c != neg_y ? nonsymmetric_op : symmetric_op); in ConstantPushDown()