Searched refs:bitpos2 (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | gimplify.c | 8128 poly_int64 bitsize2, bitpos2; in gimplify_scan_omp_clauses() local 8147 &bitpos2, &offset2, in gimplify_scan_omp_clauses() 8197 o2 += bits_to_bytes_round_down (bitpos2); in gimplify_scan_omp_clauses() 8200 && maybe_lt (bitpos, bitpos2))) in gimplify_scan_omp_clauses()
|
| HD | fold-const.c | 14502 poly_int64 bitpos1, bitpos2; in ptr_difference_const() local 14506 core2 = split_address_to_core_and_offset (e2, &bitpos2, &toffset2); in ptr_difference_const() 14510 || !multiple_p (bitpos2, BITS_PER_UNIT, &bytepos2) in ptr_difference_const()
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | fold-const.c | 16455 HOST_WIDE_INT bitpos1, bitpos2; in ptr_difference_const() local 16459 core2 = split_address_to_core_and_offset (e2, &bitpos2, &toffset2); in ptr_difference_const() 16462 || bitpos2 % BITS_PER_UNIT != 0 in ptr_difference_const() 16487 *diff += (bitpos1 - bitpos2) / BITS_PER_UNIT; in ptr_difference_const()
|
| /dragonfly/contrib/gcc-8.0/gcc/c/ |
| HD | c-typeck.c | 9330 tree bitpos2 = bit_position (field2); in init_field_decl_cmp() local 9331 if (tree_int_cst_equal (bitpos1, bitpos2)) in init_field_decl_cmp() 9372 else if (tree_int_cst_lt (bitpos1, bitpos2)) in init_field_decl_cmp()
|