GCC Middle and Back End API Reference
tree-ssa-ccp.h
Go to the documentation of this file.
1/* Copyright (C) 2016-2024 Free Software Foundation, Inc.
2
3This file is part of GCC.
4
5GCC is free software; you can redistribute it and/or modify it
6under the terms of the GNU General Public License as published by the
7Free Software Foundation; either version 3, or (at your option) any
8later version.
9
10GCC is distributed in the hope that it will be useful, but WITHOUT
11ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
13for more details.
14
15You should have received a copy of the GNU General Public License
16along with GCC; see the file COPYING3. If not see
17<http://www.gnu.org/licenses/>. */
18
19#ifndef TREE_SSA_CCP_H
20#define TREE_SSA_CCP_H
21
23 signop, int, const widest_int &, const widest_int &,
24 signop, int, const widest_int &, const widest_int &);
25
27 signop, int, const widest_int &, const widest_int &);
28
29#endif
tree_code
Definition genmatch.cc:347
signop
Definition signop.h:28
void bit_value_binop(enum tree_code, signop, int, widest_int *, widest_int *, signop, int, const widest_int &, const widest_int &, signop, int, const widest_int &, const widest_int &)
Definition tree-ssa-ccp.cc:1492
void bit_value_unop(enum tree_code, signop, int, widest_int *, widest_int *, signop, int, const widest_int &, const widest_int &)
Definition tree-ssa-ccp.cc:1326