Searched refs:fold_minmax (Results 1 – 2 of 2) sorted by relevance
7938 fold_minmax (enum tree_code code, tree type, tree op0, tree op1) in fold_minmax() function10340 tem = fold_minmax (MIN_EXPR, type, arg0, arg1); in fold_binary()10352 tem = fold_minmax (MAX_EXPR, type, arg0, arg1); in fold_binary()
15635 * fold-const.c (fold_minmax): New static function.