Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc25938 poly_int64 expr_offset2; in aarch64_check_consecutive_mems() local
25942 &expr_offset2); in aarch64_check_consecutive_mems()
25950 expr_offset2 += MEM_OFFSET (*mem2); 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()