Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/
Dtree-chrec.c254 chrec_fold_plus_1 (enum tree_code code, tree type, in chrec_fold_plus_1() function
334 return chrec_fold_plus_1 (PLUS_EXPR, type, op0, op1); in chrec_fold_plus()
351 return chrec_fold_plus_1 (MINUS_EXPR, type, op0, op1); in chrec_fold_minus()
DChangeLog-20058862 chrec_fold_plus_1): Use build_real for SCALAR_FLOAT_TYPE_P.
16306 * tree-chrec.c (chrec_fold_plus_1): Ensure we build
23032 (chrec_fold_plus_1): Fail with a chrec_don_know when the size of
DChangeLog-200410112 * tree-chrec.c (chrec_fold_plus_poly_poly, chrec_fold_plus_1,