OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sarg1
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-ssa-math-opts.cc
5563
tree
sarg1
= gimple_assign_rhs2 (stmt);
local
5566
|| TREE_CODE (
sarg1
) != INTEGER_CST
5568
|| !tree_fits_uhwi_p (
sarg1
)
5606
unsigned HOST_WIDE_INT bits = tree_to_uhwi (
sarg1
);
/src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-math-opts.cc
4574
tree
sarg1
= gimple_assign_rhs2 (stmt);
local
4577
|| TREE_CODE (
sarg1
) != INTEGER_CST
4579
|| !tree_fits_uhwi_p (
sarg1
)
4617
unsigned HOST_WIDE_INT bits = tree_to_uhwi (
sarg1
);
Completed in 46 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026