Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree.cc2958 integer_truep (const_tree expr) in integer_truep() function
15180 ASSERT_FALSE (integer_truep (i_0)); in test_predicates()
15181 ASSERT_FALSE (integer_truep (wr_i_0)); in test_predicates()
15182 ASSERT_TRUE (integer_truep (i_1)); in test_predicates()
15183 ASSERT_TRUE (integer_truep (wr_i_1)); in test_predicates()
15184 ASSERT_FALSE (integer_truep (i_m1)); in test_predicates()
15185 ASSERT_FALSE (integer_truep (wr_i_m1)); in test_predicates()
15186 ASSERT_FALSE (integer_truep (f_0)); in test_predicates()
15187 ASSERT_FALSE (integer_truep (wr_f_0)); in test_predicates()
15188 ASSERT_FALSE (integer_truep (f_1)); in test_predicates()
[all …]
H A Dmatch.pd29 integer_each_onep integer_truep integer_nonzerop
1783 (ne truth_valued_p@0 integer_truep))
1785 (bit_xor truth_valued_p@0 integer_truep))
4684 (bit_xor (cmp @0 @1) integer_truep)
H A Dinternal-fn.cc4203 if (integer_truep (*cond_out)) in can_interpret_as_conditional_op_p()
H A Dtree.h4954 extern bool integer_truep (const_tree);
H A DChangeLog-2018477 (integer_truep): Likewise.
9667 (integer_nonzerop, integer_truep, tree_ctz, real_zerop): Same.
9673 (integer_nonzerop, integer_truep, tree_ctz, real_zerop): Same.
H A DChangeLog-20145541 * tree.c (element_mode, integer_truep): New functions.
5542 * tree.h (element_mode, integer_truep): Declare them.
5548 * match.pd: Use integer_truep, element_mode, element_precision,
H A DChangeLog-20154068 (integer_nonzerop, integer_truep, tree_log2, tree_floor_log2)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree.c2689 integer_truep (const_tree expr) in integer_truep() function
15683 ASSERT_FALSE (integer_truep (i_0)); in test_predicates()
15684 ASSERT_FALSE (integer_truep (wr_i_0)); in test_predicates()
15685 ASSERT_TRUE (integer_truep (i_1)); in test_predicates()
15686 ASSERT_TRUE (integer_truep (wr_i_1)); in test_predicates()
15687 ASSERT_FALSE (integer_truep (i_m1)); in test_predicates()
15688 ASSERT_FALSE (integer_truep (wr_i_m1)); in test_predicates()
15689 ASSERT_FALSE (integer_truep (f_0)); in test_predicates()
15690 ASSERT_FALSE (integer_truep (wr_f_0)); in test_predicates()
15691 ASSERT_FALSE (integer_truep (f_1)); in test_predicates()
[all …]
H A Dmatch.pd29 integer_each_onep integer_truep integer_nonzerop
1395 (ne truth_valued_p@0 integer_truep))
1397 (bit_xor truth_valued_p@0 integer_truep))
3631 (bit_xor (cmp @0 @1) integer_truep)
H A Dinternal-fn.c3478 if (integer_truep (*cond_out)) in can_interpret_as_conditional_op_p()
H A Dtree.h4776 extern bool integer_truep (const_tree);
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-attribs.cc1328 zero_based = integer_truep (TREE_VALUE (next)); in d_handle_alloc_size_attribute()