Searched refs:chrec_convert (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dtree-scalar-evolution.c676 to_add = chrec_convert (type, to_add, at_stmt);
966 chrec_convert (type, evol, at_stmt),
976 chrec_convert (type, *evolution_of_loop, at_stmt),
996 (loop->num, chrec_convert (type, *evolution_of_loop,
1014 (loop->num, chrec_convert (type, *evolution_of_loop,
1047 (loop->num, chrec_convert (type, *evolution_of_loop, at_stmt),
1097 *evolution_of_loop = chrec_convert (type, *evolution_of_loop, at_stmt);
1179 *evolution_of_loop = chrec_convert (type, *evolution_of_loop, stmt);
1737 return chrec_convert (type, rhs1, at_stmt);
1740 return chrec_convert (typ
[all...]
H A Dtree-chrec.h63 extern tree chrec_convert (tree, tree, gimple);
H A Dtree-chrec.c389 return chrec_convert (type, op1, NULL);
391 return chrec_convert (type, op0, NULL);
644 res = chrec_convert (TREE_TYPE (chrec),
1303 return chrec_convert (type, chrec, at_stmt);
1331 chrec_convert (tree type, tree chrec, gimple at_stmt)
1428 chrec if something else than what chrec_convert would do happens, NULL_TREE
1450 lc = chrec_convert (type, left, NULL);
1453 rc = chrec_convert (rtype, right, NULL);
1327 chrec_convert (tree type, tree chrec, gimple at_stmt) function
H A Dtree-data-ref.c1793 chrec_a = chrec_convert (type, chrec_a, NULL);
1794 chrec_b = chrec_convert (type, chrec_b, NULL);
1944 chrec_a = chrec_convert (type, chrec_a, NULL);
1945 chrec_b = chrec_convert (type, chrec_b, NULL);
2160 return chrec_convert (chrec_type (chrec), op, NULL);
2819 left_b = chrec_convert (type, CHREC_LEFT (*chrec_b), NULL);
2830 right_b = chrec_convert (type, CHREC_RIGHT (*chrec_b), NULL);
2969 chrec_a = chrec_convert (type, chrec_a, NULL);
2970 chrec_b = chrec_convert (type, chrec_b, NULL);
3903 tree fun_a = chrec_convert (typ
[all...]

Completed in 104 milliseconds