Home
last modified time | relevance | path

Searched refs:str_copy_len (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dexpr.cc6017 HOST_WIDE_INT exp_len, str_copy_len; in store_expr() local
6037 str_copy_len = TREE_STRING_LENGTH (str); in store_expr()
6040 str_copy_len += STORE_MAX_PIECES - 1; in store_expr()
6041 str_copy_len &= ~(STORE_MAX_PIECES - 1); in store_expr()
6043 if (str_copy_len >= exp_len) in store_expr()
6046 if (!can_store_by_pieces (str_copy_len, string_cst_read_str, in store_expr()
6050 dest_mem = store_by_pieces (target, str_copy_len, string_cst_read_str, in store_expr()
6054 exp_len - str_copy_len), in store_expr()
6055 GEN_INT (exp_len - str_copy_len), BLOCK_OP_NORMAL); in store_expr()