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

/freebsd-9.3-release/contrib/gcc/
H A Dfold-const.c6020 tree cond_type = cond_first_p ? TREE_TYPE (op0) : TREE_TYPE (op1);
6056 true_value = fold_convert (cond_type, true_value);
6064 false_value = fold_convert (cond_type, false_value);
5986 tree cond_type = cond_first_p ? TREE_TYPE (op0) : TREE_TYPE (op1); local

Completed in 88 milliseconds