Home
last modified time | relevance | path

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

/trueos/contrib/gcc/
HDfold-const.c7938 fold_minmax (enum tree_code code, tree type, tree op0, tree op1) in fold_minmax() function
10340 tem = fold_minmax (MIN_EXPR, type, arg0, arg1); in fold_binary()
10352 tem = fold_minmax (MAX_EXPR, type, arg0, arg1); in fold_binary()
HDChangeLog-200615635 * fold-const.c (fold_minmax): New static function.