Searched refs:y_is_zero (Results 1 – 1 of 1) sorted by relevance
2981 const bool y_is_zero = IsZeros(*y); in SimplifyArithmeticOperations() local2982 const bool y_is_one = y_is_zero ? false : IsOnes(*y); in SimplifyArithmeticOperations()2984 ((is_add || is_sub) && y_is_zero)) { in SimplifyArithmeticOperations()3008 if ((x_is_zero || y_is_zero) && in SimplifyArithmeticOperations()3031 } else if (is_mul && y_is_zero) { in SimplifyArithmeticOperations()