Searched refs:newconst (Results 1 – 5 of 5) sorted by relevance
3681 tree newconst = fold_convert (TREE_TYPE (innerop), op1); in simplify_cond_using_ranges_2() local3683 gimple_cond_set_rhs (stmt, newconst); in simplify_cond_using_ranges_2()
3700 tree newconst = fold_convert (TREE_TYPE (innerop), op1); in simplify_casted_cond() local3702 gimple_cond_set_rhs (stmt, newconst); in simplify_casted_cond()
36861 * fold-const.c (fold) <EQ_EXPR>: Properly compute newconst in
28410 tree newconst in rewrite_template_parm() local28414 TREE_CONSTANT (newconst) = TREE_CONSTANT (newdecl) in rewrite_template_parm()28415 = TREE_READONLY (newconst) = TREE_READONLY (newdecl) = true; in rewrite_template_parm()28416 SET_DECL_TEMPLATE_PARM_P (newconst); in rewrite_template_parm()28418 newconst, newtype); in rewrite_template_parm()28421 DECL_INITIAL (newdecl) = DECL_INITIAL (newconst) = newidx; in rewrite_template_parm()
29390 tree newconst in rewrite_template_parm() local29394 TREE_CONSTANT (newconst) = TREE_CONSTANT (newdecl) in rewrite_template_parm()29395 = TREE_READONLY (newconst) = TREE_READONLY (newdecl) = true; in rewrite_template_parm()29396 SET_DECL_TEMPLATE_PARM_P (newconst); in rewrite_template_parm()29398 newconst, newtype); in rewrite_template_parm()29401 DECL_INITIAL (newdecl) = DECL_INITIAL (newconst) = newidx; in rewrite_template_parm()