Searched refs:fold_truth_not_expr (Results 1 – 3 of 3) sorted by relevance
3205 fold_truth_not_expr (tree arg) in fold_truth_not_expr() function3341 tem = fold_truth_not_expr (arg); in invert_truthvalue()7870 tem = fold_truth_not_expr (arg0); in fold_unary()11543 tem = fold_truth_not_expr (arg0); in fold_ternary()11560 tem = fold_truth_not_expr (arg0); in fold_ternary()11701 tem = fold_truth_not_expr (arg0); in fold_ternary()11714 tem = fold_truth_not_expr (arg0); in fold_ternary()
4367 extern tree fold_truth_not_expr (tree);
4330 * fold-const.c (fold_truth_not_expr): Rename from4334 fold_truth_not_expr.4336 (fold_unary): Use fold_truth_not_expr for folding4339 fold_truth_not_expr where applicable.4340 * tree.h (fold_truth_not_expr): Prototype.