Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc25937 poly_int64 expr_offset1; in aarch64_check_consecutive_mems() local
25940 &expr_offset1); in aarch64_check_consecutive_mems()
25949 expr_offset1 += MEM_OFFSET (*mem1); in aarch64_check_consecutive_mems()
25952 if (known_eq (expr_offset1 + size1, expr_offset2)) in aarch64_check_consecutive_mems()
25954 else if (known_eq (expr_offset2 + size2, expr_offset1) && reversed) in aarch64_check_consecutive_mems()
25964 expr_offset1 - expr_offset2); in aarch64_check_consecutive_mems()
25970 expr_offset2 - expr_offset1); in aarch64_check_consecutive_mems()