Searched refs:right_child_is_constant (Results 1 – 1 of 1) sorted by relevance
3459 const bool right_child_is_constant = IsReallyConstant(*mul_right_child); in MulConvPushDown() local3460 if (!left_child_is_constant && !right_child_is_constant) { in MulConvPushDown()