OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:idx_val
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop.cc
5648
idx_val
= induction_index[0];
5651
if (induction_index[i] >
idx_val
)
5652
val = data_reduc[i],
idx_val
= induction_index[i];
5663
tree
idx_val
= NULL_TREE, val = NULL_TREE;
local
5666
tree old_idx_val =
idx_val
;
5668
idx_val
= make_ssa_name (idx_eltype);
5669
epilog_stmt = gimple_build_assign (
idx_val
, BIT_FIELD_REF,
5685
tree new_idx_val =
idx_val
;
5690
MAX_EXPR,
idx_val
,
5699
idx_val
,
[
all
...]
/src/external/gpl3/gcc/dist/gcc/
tree-vect-loop.cc
6454
idx_val
= induction_index[0];
6457
if (induction_index[i] >
idx_val
)
6458
val = data_reduc[i],
idx_val
= induction_index[i];
6469
tree
idx_val
= NULL_TREE, val = NULL_TREE;
local
6472
tree old_idx_val =
idx_val
;
6474
idx_val
= make_ssa_name (idx_eltype);
6475
epilog_stmt = gimple_build_assign (
idx_val
, BIT_FIELD_REF,
6491
tree new_idx_val =
idx_val
;
6496
MAX_EXPR,
idx_val
,
6502
idx_val
, old_idx_val)
[
all
...]
Completed in 38 milliseconds
Indexes created Sat Jul 18 00:24:37 UTC 2026