Searched refs:folded_cond (Results 1 – 4 of 4) sorted by relevance
245 tree folded_cond = fold_binary_loc (loc, gimple_cond_code (stmt), in copy_prop_visit_cond_stmt() local247 if (folded_cond) in copy_prop_visit_cond_stmt()250 *taken_edge_p = find_taken_edge (bb, folded_cond); in copy_prop_visit_cond_stmt()
20289 tree folded_cond = fold_non_dependent_expr (cond, complain); in tsubst_copy_and_build() local20292 if (TREE_CODE (folded_cond) == INTEGER_CST) in tsubst_copy_and_build()20294 if (integer_zerop (folded_cond)) in tsubst_copy_and_build()20308 cond = folded_cond; in tsubst_copy_and_build()
21142 tree folded_cond = fold_non_dependent_expr (cond, complain); in tsubst_copy_and_build() local21145 if (TREE_CODE (folded_cond) == INTEGER_CST) in tsubst_copy_and_build()21147 if (integer_zerop (folded_cond)) in tsubst_copy_and_build()21161 cond = folded_cond; in tsubst_copy_and_build()