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_index
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-vect-patterns.cc
5888
int
rhs_index
= internal_fn_stored_value_index (ifn);
local
5889
tree rhs = gimple_call_arg (last_stmt,
rhs_index
);
internal-fn.cc
3619
int
rhs_index
= internal_fn_stored_value_index (ifn);
local
3623
tree rhs = gimple_call_arg (stmt,
rhs_index
);
/src/external/gpl3/gcc.old/dist/gcc/
internal-fn.cc
3334
int
rhs_index
= internal_fn_stored_value_index (ifn);
local
3339
tree rhs = gimple_call_arg (stmt,
rhs_index
);
tree-vect-patterns.cc
4619
int
rhs_index
= internal_fn_stored_value_index (ifn);
local
4620
tree rhs = gimple_call_arg (last_stmt,
rhs_index
);
Completed in 33 milliseconds
Indexes created Wed Mar 25 00:23:37 UTC 2026