Lines Matching refs:integer_all_onesp

2612 integer_all_onesp (const_tree expr)  in integer_all_onesp()  function
2617 && integer_all_onesp (TREE_REALPART (expr)) in integer_all_onesp()
2618 && integer_all_onesp (TREE_IMAGPART (expr))) in integer_all_onesp()
2624 && integer_all_onesp (VECTOR_CST_ENCODED_ELT (expr, 0))); in integer_all_onesp()
2642 return (integer_all_onesp (TREE_REALPART (expr)) in integer_minus_onep()
2645 return integer_all_onesp (expr); in integer_minus_onep()
2694 return integer_all_onesp (expr); in integer_truep()
15623 ASSERT_FALSE (integer_all_onesp (i_0)); in test_predicates()
15624 ASSERT_FALSE (integer_all_onesp (wr_i_0)); in test_predicates()
15625 ASSERT_FALSE (integer_all_onesp (i_1)); in test_predicates()
15626 ASSERT_FALSE (integer_all_onesp (wr_i_1)); in test_predicates()
15627 ASSERT_TRUE (integer_all_onesp (i_m1)); in test_predicates()
15628 ASSERT_TRUE (integer_all_onesp (wr_i_m1)); in test_predicates()
15629 ASSERT_FALSE (integer_all_onesp (f_0)); in test_predicates()
15630 ASSERT_FALSE (integer_all_onesp (wr_f_0)); in test_predicates()
15631 ASSERT_FALSE (integer_all_onesp (f_1)); in test_predicates()
15632 ASSERT_FALSE (integer_all_onesp (wr_f_1)); in test_predicates()
15633 ASSERT_FALSE (integer_all_onesp (f_m1)); in test_predicates()
15634 ASSERT_FALSE (integer_all_onesp (wr_f_m1)); in test_predicates()
15635 ASSERT_FALSE (integer_all_onesp (c_i_0)); in test_predicates()
15636 ASSERT_FALSE (integer_all_onesp (c_i_1)); in test_predicates()
15637 ASSERT_FALSE (integer_all_onesp (c_i_m1)); in test_predicates()
15638 ASSERT_FALSE (integer_all_onesp (c_f_0)); in test_predicates()
15639 ASSERT_FALSE (integer_all_onesp (c_f_1)); in test_predicates()
15640 ASSERT_FALSE (integer_all_onesp (c_f_m1)); in test_predicates()