Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-address.c768 mem_ref_valid_without_offset_p (tree type, mem_address parts) in mem_ref_valid_without_offset_p() function
859 if (parts.offset && mem_ref_valid_without_offset_p (type, parts)) in create_mem_ref()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-address.cc768 mem_ref_valid_without_offset_p (tree type, mem_address parts) in mem_ref_valid_without_offset_p() function
859 if (parts.offset && mem_ref_valid_without_offset_p (type, parts)) in create_mem_ref()
H A DChangeLog-201833158 * tree-ssa-address.c (mem_ref_valid_without_offset_p): New function.