OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rhs_wraps
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
gimple-ssa-strength-reduction.cc
1536
bool lhs_wraps,
rhs_wraps
;
1541
rhs_wraps
= ANY_INTEGRAL_TYPE_P (rhs_type) && TYPE_OVERFLOW_WRAPS (rhs_type);
1544
|| (
rhs_wraps
&& !lhs_wraps)
1545
|| (
rhs_wraps
&& lhs_wraps && rhs_size != lhs_size))
1532
bool lhs_wraps,
rhs_wraps
;
local
/src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-strength-reduction.cc
1536
bool lhs_wraps,
rhs_wraps
;
1541
rhs_wraps
= ANY_INTEGRAL_TYPE_P (rhs_type) && TYPE_OVERFLOW_WRAPS (rhs_type);
1544
|| (
rhs_wraps
&& !lhs_wraps)
1545
|| (
rhs_wraps
&& lhs_wraps && rhs_size != lhs_size))
1532
bool lhs_wraps,
rhs_wraps
;
local
Completed in 29 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026