Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dfold-const.c6882 tree a, typea, type = TREE_TYPE (ineq), a1, diff, y; in fold_to_nonsharp_ineq_using_bound() local
6891 typea = TREE_TYPE (a); in fold_to_nonsharp_ineq_using_bound()
6892 if (!INTEGRAL_TYPE_P (typea) in fold_to_nonsharp_ineq_using_bound()
6893 && !POINTER_TYPE_P (typea)) in fold_to_nonsharp_ineq_using_bound()
6909 if (TREE_TYPE (a1) != typea) in fold_to_nonsharp_ineq_using_bound()
6912 diff = fold_build2 (MINUS_EXPR, typea, a1, a); in fold_to_nonsharp_ineq_using_bound()