Searched refs:ref_align (Results 1 – 6 of 6) sorted by relevance
1520 unsigned int ref_align = get_object_alignment (*mem); in gather_mem_refs_stmt() local1524 if (TYPE_ALIGN (ref_type) != ref_align) in gather_mem_refs_stmt()1525 ref_type = build_aligned_type (ref_type, ref_align); in gather_mem_refs_stmt()
2219 unsigned int ref_align; in may_be_unaligned_p() local2220 get_object_alignment_1 (ref, &ref_align, &bitpos); in may_be_unaligned_p()2221 if (ref_align < align in may_be_unaligned_p()
14628 unsigned int ref_align = get_object_alignment (*expr_p); in gimplify_expr() local14632 if (TYPE_ALIGN (ref_type) != ref_align) in gimplify_expr()14633 ref_type = build_aligned_type (ref_type, ref_align); in gimplify_expr()
1645 unsigned int ref_align = get_object_alignment (*mem); in gather_mem_refs_stmt() local1649 if (TYPE_ALIGN (ref_type) != ref_align) in gather_mem_refs_stmt()1650 ref_type = build_aligned_type (ref_type, ref_align); in gather_mem_refs_stmt()
2220 unsigned int ref_align; in may_be_unaligned_p() local2221 get_object_alignment_1 (ref, &ref_align, &bitpos); in may_be_unaligned_p()2222 if (ref_align < align in may_be_unaligned_p()
16104 unsigned int ref_align = get_object_alignment (*expr_p); in gimplify_expr() local16108 if (TYPE_ALIGN (ref_type) != ref_align) in gimplify_expr()16109 ref_type = build_aligned_type (ref_type, ref_align); in gimplify_expr()