OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:align_in_elems
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-vect-loop-manip.cc
2533
poly_uint64
align_in_elems
=
2536
build_int_cst (type,
align_in_elems
- 1);
2537
tree align_in_elems_tree = build_int_cst (type,
align_in_elems
);
2539
/* Create: (niters_type) ((
align_in_elems
- misalign_in_elems)
2540
& (
align_in_elems
- 1)). */
2552
if (
align_in_elems
.is_constant (&align_in_elems_c))
/src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop-manip.cc
1744
poly_uint64
align_in_elems
=
local
1747
build_int_cst (type,
align_in_elems
- 1);
1748
tree align_in_elems_tree = build_int_cst (type,
align_in_elems
);
1750
/* Create: (niters_type) ((
align_in_elems
- misalign_in_elems)
1751
& (
align_in_elems
- 1)). */
1763
if (
align_in_elems
.is_constant (&align_in_elems_c))
Completed in 103 milliseconds
Indexes created Sun Jul 19 00:25:04 UTC 2026