Home | History | Annotate | Download | only in rs6000

Lines Matching defs:aligned_addr

1832 	tree aligned_addr = gimple_build (&stmts, loc, BIT_AND_EXPR,
1836 if (!is_gimple_mem_ref_addr (aligned_addr))
1838 tree t = make_ssa_name (TREE_TYPE (aligned_addr));
1839 gimple *g = gimple_build_assign (t, aligned_addr);
1841 aligned_addr = t;
1847 = gimple_build_assign (lhs, build2 (MEM_REF, lhs_type, aligned_addr,
1884 tree aligned_addr = gimple_build (&stmts, loc, BIT_AND_EXPR,
1888 if (!is_gimple_mem_ref_addr (aligned_addr))
1890 tree t = make_ssa_name (TREE_TYPE (aligned_addr));
1891 gimple *g = gimple_build_assign (t, aligned_addr);
1893 aligned_addr = t;
1898 = gimple_build_assign (build2 (MEM_REF, arg0_type, aligned_addr,