Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dfold-const.c6898 tree a, typea, type = TREE_TYPE (ineq), a1, diff, y; in fold_to_nonsharp_ineq_using_bound() local
6907 typea = TREE_TYPE (a); in fold_to_nonsharp_ineq_using_bound()
6908 if (!INTEGRAL_TYPE_P (typea) in fold_to_nonsharp_ineq_using_bound()
6909 && !POINTER_TYPE_P (typea)) in fold_to_nonsharp_ineq_using_bound()
6925 if (TREE_TYPE (a1) != typea) in fold_to_nonsharp_ineq_using_bound()
6928 diff = fold_build2 (MINUS_EXPR, typea, a1, a); in fold_to_nonsharp_ineq_using_bound()