Home
last modified time | relevance | path

Searched refs:chrec_convert_1 (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Dtree-chrec.c1114 static tree chrec_convert_1 (tree, tree, tree, bool);
1193 new_base = chrec_convert_1 (type, *base, at_stmt, in convert_affine_scev()
1203 new_step = chrec_convert_1 (signed_type_for (ct), new_step, at_stmt, in convert_affine_scev()
1205 new_step = chrec_convert_1 (type, new_step, at_stmt, use_overflow_semantics); in convert_affine_scev()
1250 return chrec_convert_1 (type, chrec, at_stmt, true); in chrec_convert()
1266 chrec_convert_1 (tree type, tree chrec, tree at_stmt, in chrec_convert_1() function