Searched refs:rtly (Results 1 – 1 of 1) sorted by relevance
1996 rtx rtlx, rtly; in nonoverlapping_memrefs_p() local2073 rtly = DECL_RTL (expry); in nonoverlapping_memrefs_p()2078 if ((!MEM_P (rtlx) || !MEM_P (rtly)) in nonoverlapping_memrefs_p()2079 && ! rtx_equal_p (rtlx, rtly)) in nonoverlapping_memrefs_p()2090 basey = MEM_P (rtly) ? XEXP (rtly, 0) : rtly; in nonoverlapping_memrefs_p()2108 sizey = (!MEM_P (rtly) ? (int) GET_MODE_SIZE (GET_MODE (rtly)) in nonoverlapping_memrefs_p()2109 : MEM_SIZE (rtly) ? INTVAL (MEM_SIZE (rtly)) : in nonoverlapping_memrefs_p()