OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dstep
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-niter.cc
1321
widest_int
dstep
;
local
1347
dstep
= wi::to_widest (iv0->step);
1350
dstep
= wi::sext (wi::to_widest (iv1->step), TYPE_PRECISION (type));
1351
dstep
= -
dstep
;
1355
wi::to_mpz (
dstep
, mstep, UNSIGNED);
/src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-niter.cc
1339
widest_int
dstep
;
local
1365
dstep
= wi::to_widest (iv0->step);
1368
dstep
= wi::sext (wi::to_widest (iv1->step), TYPE_PRECISION (type));
1369
dstep
= -
dstep
;
1373
wi::to_mpz (
dstep
, mstep, UNSIGNED);
Completed in 17 milliseconds
Indexes created Thu Mar 26 00:23:24 UTC 2026