Searched refs:is_symmetric (Results 1 – 1 of 1) sorted by relevance
3315 const bool is_symmetric = is_add || is_mul; in ConstantPushDown() local3337 if (!(is_symmetric && is_child_symmetric) && in ConstantPushDown()3389 if (is_symmetric && is_child_symmetric) { in ConstantPushDown()3420 bool child_negated = !is_symmetric && (ctx.left_child_is_const); in ConstantPushDown()3425 bool neg_c = !is_symmetric && !ctx.left_child_is_const; in ConstantPushDown()