Searched refs:is_add_or_sub (Results 1 – 1 of 1) sorted by relevance
2575 const bool is_add_or_sub = absl::StrContains(node->op(), "Add") || in RemoveRedundantVariableUpdates() local2577 if ((is_add_or_sub && IsZeros(*delta_node)) || in RemoveRedundantVariableUpdates()2578 (!is_add_or_sub && IsOnes(*delta_node))) { in RemoveRedundantVariableUpdates()