OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:step_mul
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop.cc
8399
tree
step_mul
= gimple_build_vector (&init_stmts, &mul_elts);
local
8401
step_mul
= gimple_build (&init_stmts, PLUS_EXPR, step_vectype,
8402
step_mul
, peel_mul);
8429
&& !integer_zerop (
step_mul
))
8433
vec_step,
step_mul
);
/src/external/gpl3/gcc/dist/gcc/
tree-vect-loop.cc
10252
tree
step_mul
= gimple_build_vector (&init_stmts, &mul_elts);
local
10254
step_mul
= gimple_build (&init_stmts, MINUS_EXPR, step_vectype,
10255
step_mul
, peel_mul);
10282
&& !integer_zerop (
step_mul
))
10286
vec_step,
step_mul
);
Completed in 25 milliseconds
Indexes created Sun Jul 19 00:25:04 UTC 2026