Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-playback.cc109 fold_const_var (tree node) in fold_const_var() function
697 tree folded = fold_const_var (init_tree); in global_set_init_rvalue()
1064 node = fold_const_var (node); in new_unary_op()
1125 node_a = fold_const_var (node_a); in new_binary_op()
1128 node_b = fold_const_var (node_b); in new_binary_op()
1250 node_a = fold_const_var (node_a); in new_comparison()
1252 node_b = fold_const_var (node_b); in new_comparison()
1361 t_expr = fold_const_var (t_expr); in build_cast()
1471 t_ptr = fold_const_var (t_ptr); in new_array_access()
1473 t_index = fold_const_var (t_index); in new_array_access()
H A DChangeLog186 * jit-playback.cc (fold_const_var): Likewise.