Searched refs:right_leaf_is_constant (Results 1 – 1 of 1) sorted by relevance
2861 const bool right_leaf_is_constant = IsReallyConstant(*right_leaf); in ConstantPushDown() local2862 if (left_leaf_is_constant && right_leaf_is_constant) { in ConstantPushDown()