OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lhs_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;
1540
lhs_wraps
= ANY_INTEGRAL_TYPE_P (lhs_type) && TYPE_OVERFLOW_WRAPS (lhs_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;
1540
lhs_wraps
= ANY_INTEGRAL_TYPE_P (lhs_type) && TYPE_OVERFLOW_WRAPS (lhs_type);
1544
|| (rhs_wraps && !
lhs_wraps
)
1545
|| (rhs_wraps &&
lhs_wraps
&& rhs_size != lhs_size))
1532
bool
lhs_wraps
, rhs_wraps;
local
Completed in 18 milliseconds
Indexes created Tue Aug 18 00:25:06 UTC 2026