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

/freebsd-10.1-release/contrib/gcc/
H A Dfold-const.c5478 tree comp_const = op1;
5487 consts_equal = tree_int_cst_equal (minmax_const, comp_const);
5488 consts_lt = tree_int_cst_lt (minmax_const, comp_const);
5493 || TREE_CODE (comp_const) != INTEGER_CST
5494 || TREE_CONSTANT_OVERFLOW (comp_const)
5517 (EQ_EXPR, type, arg0, comp_const),
5519 (GT_EXPR, type, arg0, comp_const));
5524 return fold_build2 (LE_EXPR, type, inner, comp_const);
5528 return fold_build2 (EQ_EXPR, type, inner, comp_const);
5536 return fold_build2 (GE_EXPR, type, inner, comp_const);
5446 tree comp_const = op1; local
[all...]

Completed in 469 milliseconds