Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gcc/
HDfold-const.c2088 fold_convert_const (enum tree_code code, tree type, tree arg1) in fold_convert_const() function
2118 elem = fold_convert_const (NOP_EXPR, TREE_TYPE (type), integer_zero_node); in build_zero_vector()
2158 tem = fold_convert_const (NOP_EXPR, type, arg); in fold_convert()
2177 tem = fold_convert_const (FLOAT_EXPR, type, arg); in fold_convert()
2183 tem = fold_convert_const (NOP_EXPR, type, arg); in fold_convert()
7764 tem = fold_convert_const (code, type, op0); in fold_unary()
HDChangeLog702 * fold-const.c (fold_unary): Call fold_convert_const on the
HDChangeLog.tree-ssa2494 * fold-const.c (fold_convert): Rename to fold_convert_const.
2495 (fold_convert_const): Change arguments to take a tree_code,
2500 Adjust call to fold_convert to match new fold_convert_const.
2503 call to fold_convert to match new fold_convert_const.
HDChangeLog-200414477 size_binop, size_diffop, fold_convert_const, fold_convert,
16950 fold-const.c (force_fit_type, int_const_binop, fold_convert_const,
17858 (fold_convert_const): Likewise.
19059 * fold-const.c (force_fit_type, int_const_binop, fold_convert_const,
20375 (fold_convert_const, optimize_bit_field_compare,
34828 * fold-const.c (fold_convert_const, fold): Add missing
45961 * fold-const.c (fold_convert): Rename to fold_convert_const.
45962 (fold_convert_const): Change arguments to take a tree_code,
45967 Adjust call to fold_convert to match new fold_convert_const.
HDChangeLog-200535727 (fold_convert_const): ... here.