Lines Matching refs:const_val
464 tree const_val = NULL; in build_const_val() local
467 const_val = fold_convert (tree_type, cvalue->value); in build_const_val()
468 return const_val; in build_const_val()
478 tree const_val; in ipcp_propagate_const() local
485 const_val = build_const_val (cvalue, type, TREE_TYPE (parm_tree)); in ipcp_propagate_const()
486 constant_val_insert (fndecl, parm_tree, const_val); in ipcp_propagate_const()
854 tree const_val; in ipcp_replace_map_create() local
860 const_val = in ipcp_replace_map_create()
863 replace_map->new_tree = const_val; in ipcp_replace_map_create()
869 const_val = build_const_val (cvalue, type, TREE_TYPE (parm_tree)); in ipcp_replace_map_create()
871 replace_map->new_tree = const_val; in ipcp_replace_map_create()