OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fixed_base_plus_p
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
cse.cc
507
static bool
fixed_base_plus_p
(rtx x);
597
fixed_base_plus_p
(rtx x)
611
return
fixed_base_plus_p
(XEXP (x, 0));
1571
elt->is_const = (CONSTANT_P (x) ||
fixed_base_plus_p
(x));
595
fixed_base_plus_p
(rtx x)
function
/src/external/gpl3/gcc.old/dist/gcc/
cse.cc
525
static bool
fixed_base_plus_p
(rtx x);
593
fixed_base_plus_p
(rtx x)
607
return
fixed_base_plus_p
(XEXP (x, 0));
1564
elt->is_const = (CONSTANT_P (x) ||
fixed_base_plus_p
(x));
591
fixed_base_plus_p
(rtx x)
function
Completed in 29 milliseconds
Indexes created Mon Mar 16 00:23:04 UTC 2026