Searched refs:t1_sgn (Results 1 – 1 of 1) sorted by relevance
6471 int t1_sgn = tree_int_cst_sgn (t1); in tree_int_cst_lt() local6474 if (t1_sgn < t2_sgn) in tree_int_cst_lt()6476 else if (t1_sgn > t2_sgn) in tree_int_cst_lt()