OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:const_width
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
dse.cc
999
HOST_WIDE_INT i, const_offset,
const_width
;
1002
&& width.is_constant (&
const_width
)
1004
&& const_offset +
const_width
< MAX_OFFSET)
1005
for (i = const_offset; i < const_offset +
const_width
; ++i)
1346
HOST_WIDE_INT const_start,
const_width
;
1348
|| !width.is_constant (&
const_width
))
1353
for (HOST_WIDE_INT i = const_start; i < const_start +
const_width
; ++i)
1365
= lowpart_bitmask (
const_width
) << const_start;
1626
HOST_WIDE_INT begin_unneeded, const_s_width,
const_width
;
1632
&& width.is_constant (&
const_width
))
997
HOST_WIDE_INT i, const_offset,
const_width
;
local
1344
HOST_WIDE_INT const_start,
const_width
;
local
1624
HOST_WIDE_INT begin_unneeded, const_s_width,
const_width
;
local
1690
HOST_WIDE_INT
const_width
;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
dse.cc
995
HOST_WIDE_INT i, const_offset,
const_width
;
998
&& width.is_constant (&
const_width
)
1000
&& const_offset +
const_width
< MAX_OFFSET)
1001
for (i = const_offset; i < const_offset +
const_width
; ++i)
1342
HOST_WIDE_INT const_start,
const_width
;
1344
|| !width.is_constant (&
const_width
))
1349
for (HOST_WIDE_INT i = const_start; i < const_start +
const_width
; ++i)
1361
= lowpart_bitmask (
const_width
) << const_start;
1611
HOST_WIDE_INT begin_unneeded, const_s_width,
const_width
;
1617
&& width.is_constant (&
const_width
))
993
HOST_WIDE_INT i, const_offset,
const_width
;
local
1340
HOST_WIDE_INT const_start,
const_width
;
local
1609
HOST_WIDE_INT begin_unneeded, const_s_width,
const_width
;
local
1675
HOST_WIDE_INT
const_width
;
local
[
all
...]
Completed in 59 milliseconds
Indexes created Wed Jul 29 00:25:28 UTC 2026