Lines Matching refs:build_int_cst

795   si = new_strinfo (ptr, idx, build_int_cst (size_type_node, nonzero_chars),  in get_stridx_plus_constant()
878 si = new_strinfo (ptr, idx, build_int_cst (size_type_node, 0), true); in zero_length_string()
1224 rhs = build_int_cst (TREE_TYPE (lhs), ~idx); in handle_builtin_strlen()
1350 rhs = build_int_cst (size_type_node, ~idx); in handle_builtin_strchr()
1471 srclen = build_int_cst (size_type_node, ~idx); in handle_builtin_strcpy()
1569 build_int_cst (type, 1)); in handle_builtin_strcpy()
1655 len = fold_build2_loc (loc, PLUS_EXPR, type, len, build_int_cst (type, 1)); in handle_builtin_strcpy()
2110 build_int_cst (type, 1)); in handle_builtin_stxncpy()
2128 build_int_cst (type, 1)); in handle_builtin_stxncpy()
2278 newlen = build_int_cst (size_type_node, MIN (nonzero_chars, clen)); in handle_builtin_memcpy()
2401 srclen = build_int_cst (size_type_node, ~idx); in handle_builtin_strcat()
2423 slen = fold_build2 (PLUS_EXPR, type, slen, build_int_cst (type, 1)); in handle_builtin_strcat()
2537 srcsize = fold_build2 (PLUS_EXPR, type, srcsize, build_int_cst (type, 1)); in handle_builtin_strcat()
2557 build_int_cst (type, 1)); in handle_builtin_strcat()
2643 length = build_int_cst (size_type_node, 0); in handle_builtin_malloc()
2686 si1->nonzero_chars = build_int_cst (size_type_node, 0); in handle_builtin_memset()
2770 off = build_int_cst (ptrtype, 0); in handle_builtin_memcmp()
3001 si->nonzero_chars = build_int_cst (size_type_node, offset + 1); in handle_char_store()
3003 si->nonzero_chars = build_int_cst (size_type_node, offset); in handle_char_store()
3057 build_int_cst (size_type_node, rhslen), true); in handle_char_store()
3069 laststmt.len = build_int_cst (size_type_node, 1); in handle_char_store()
3111 arg1_len = build_int_cst (size_type_node, ~idx); in fold_strstr_to_strncmp()
3329 tree zero = build_int_cst (TREE_TYPE (lhs), 0); in strlen_check_and_optimize_stmt()