OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:steptype
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-ivopts.cc
3043
tree
steptype
= TREE_TYPE (op);
local
3044
if (POINTER_TYPE_P (
steptype
))
3045
steptype
= sizetype;
3046
set_iv (idata, op, op, build_int_cst (
steptype
, 0), true);
5134
tree
steptype
;
local
5137
steptype
= sizetype;
5139
steptype
= unsigned_type_for (type);
5168
aff_combination_convert (&step,
steptype
);
5170
aff_combination_convert (&nit,
steptype
);
5177
aff_combination_convert (val,
steptype
);
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-ivopts.cc
3003
tree
steptype
= TREE_TYPE (op);
local
3004
if (POINTER_TYPE_P (
steptype
))
3005
steptype
= sizetype;
3006
set_iv (idata, op, op, build_int_cst (
steptype
, 0), true);
5085
tree
steptype
;
local
5088
steptype
= sizetype;
5090
steptype
= unsigned_type_for (type);
5119
aff_combination_convert (&step,
steptype
);
5121
aff_combination_convert (&nit,
steptype
);
5128
aff_combination_convert (val,
steptype
);
[
all
...]
Completed in 31 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026