Searched refs:step_type (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-chrec.cc | 1304 tree step_type = POINTER_TYPE_P (type) ? sizetype : type; in convert_affine_scev() local 1369 if (TYPE_PRECISION (step_type) > TYPE_PRECISION (ct) && TYPE_UNSIGNED (ct)) in convert_affine_scev() 1375 new_step = chrec_convert (step_type, new_step, at_stmt, in convert_affine_scev()
|
H A D | tree-ssa-loop-niter.cc | 1898 tree step_type = POINTER_TYPE_P (type) ? sizetype : type; in number_of_iterations_cond() local 1899 tree step = fold_binary_to_constant (MINUS_EXPR, step_type, in number_of_iterations_cond() 1933 iv1->step = build_int_cst (step_type, 0); in number_of_iterations_cond()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-chrec.c | 1306 tree step_type = POINTER_TYPE_P (type) ? sizetype : type; in convert_affine_scev() local 1371 if (TYPE_PRECISION (step_type) > TYPE_PRECISION (ct) && TYPE_UNSIGNED (ct)) in convert_affine_scev() 1377 new_step = chrec_convert (step_type, new_step, at_stmt, in convert_affine_scev()
|
H A D | tree-ssa-loop-niter.c | 1804 tree step_type = POINTER_TYPE_P (type) ? sizetype : type; in number_of_iterations_cond() local 1805 tree step = fold_binary_to_constant (MINUS_EXPR, step_type, in number_of_iterations_cond() 1819 iv1->step = build_int_cst (step_type, 0); in number_of_iterations_cond()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/models/inliner/ |
H A D | saved_model.pbtxt | 19642 name: "step_type" 19679 input: "step_type" 20261 s: "step_type" 20355 name: "step_type" 20448 input: "step_type" 20708 s: "step_type" 21477 s: "time_step/step_type" 22795 name: "step_type" 22888 input: "step_type" 23148 s: "step_type" [all …]
|