Searched refs:integer_truep (Results 1 – 12 of 12) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree.cc | 2958 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 D | match.pd | 29 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 D | internal-fn.cc | 4203 if (integer_truep (*cond_out)) in can_interpret_as_conditional_op_p()
|
| H A D | tree.h | 4954 extern bool integer_truep (const_tree);
|
| H A D | ChangeLog-2018 | 477 (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 D | ChangeLog-2014 | 5541 * 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 D | ChangeLog-2015 | 4068 (integer_nonzerop, integer_truep, tree_log2, tree_floor_log2)
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree.c | 2689 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 D | match.pd | 29 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 D | internal-fn.c | 3478 if (integer_truep (*cond_out)) in can_interpret_as_conditional_op_p()
|
| H A D | tree.h | 4776 extern bool integer_truep (const_tree);
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
| H A D | d-attribs.cc | 1328 zero_based = integer_truep (TREE_VALUE (next)); in d_handle_alloc_size_attribute()
|