Searched refs:is_leaf_negated (Results 1 – 1 of 1) sorted by relevance
3418 auto is_leaf_negated = [&](const bool is_right_leaf) -> bool { in ConstantPushDown() local3426 bool neg_x = is_leaf_negated(ctx.left_leaf_is_const); in ConstantPushDown()3427 bool neg_y = is_leaf_negated(!ctx.left_leaf_is_const); in ConstantPushDown()