Lines Matching refs:integer_zerop
601 if (chainsi->length && integer_zerop (chainsi->length)) in zero_length_string()
794 if (si->length == NULL_TREE || !integer_zerop (si->length)) in adjust_last_stmt()
802 if (!integer_zerop (gimple_assign_rhs1 (last.stmt))) in adjust_last_stmt()
832 || integer_zerop (len) in adjust_last_stmt()
948 if (!integer_zerop (gimple_call_arg (stmt, 1))) in handle_builtin_strchr()
1167 else if (integer_zerop (oldlen)) in handle_builtin_strcpy()
1294 && !integer_zerop (len)) in handle_builtin_memcpy()
1364 else if (integer_zerop (oldlen)) in handle_builtin_memcpy()
1659 if (integer_zerop (TREE_OPERAND (lhs, 1))) in handle_char_store()
1671 if (si != NULL && si->length != NULL_TREE && integer_zerop (si->length)) in handle_char_store()
1696 else if (si != NULL && integer_zerop (gimple_assign_rhs1 (stmt))) in handle_char_store()