Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-pre.c2607 tree elmt_type = TREE_TYPE (TREE_TYPE (genop0)); in create_component_ref_by_pieces_1() local
2613 && TREE_CODE (TYPE_SIZE_UNIT (elmt_type)) == INTEGER_CST in create_component_ref_by_pieces_1()
2614 && wi::eq_p (wi::to_offset (TYPE_SIZE_UNIT (elmt_type)), in create_component_ref_by_pieces_1()
H A Dtree.c13425 tree elmt_type = TREE_TYPE (TREE_TYPE (TREE_OPERAND (exp, 0))); in array_ref_element_size() local
13437 size_int (TYPE_ALIGN_UNIT (elmt_type))); in array_ref_element_size()
13443 return SUBSTITUTE_PLACEHOLDER_IN_EXPR (TYPE_SIZE_UNIT (elmt_type), exp); in array_ref_element_size()
H A Dgimplify.c3010 tree elmt_type = TREE_TYPE (TREE_TYPE (TREE_OPERAND (t, 0))); in gimplify_compound_lval() local
3011 tree factor = size_int (TYPE_ALIGN_UNIT (elmt_type)); in gimplify_compound_lval()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-pre.cc2683 tree elmt_type = TREE_TYPE (TREE_TYPE (genop0)); in create_component_ref_by_pieces_1() local
2689 && TREE_CODE (TYPE_SIZE_UNIT (elmt_type)) == INTEGER_CST in create_component_ref_by_pieces_1()
2690 && wi::eq_p (wi::to_offset (TYPE_SIZE_UNIT (elmt_type)), in create_component_ref_by_pieces_1()
H A Dgimplify.cc3233 tree elmt_type = TREE_TYPE (TREE_TYPE (TREE_OPERAND (t, 0))); in gimplify_compound_lval() local
3234 tree factor = size_int (TYPE_ALIGN_UNIT (elmt_type)); in gimplify_compound_lval()
10156 tree elmt_type in gimplify_scan_omp_clauses() local
10160 = size_int (TYPE_ALIGN_UNIT (elmt_type)); in gimplify_scan_omp_clauses()
H A Dtree.cc12629 tree elmt_type = TREE_TYPE (TREE_TYPE (TREE_OPERAND (exp, 0))); in array_ref_element_size() local
12641 size_int (TYPE_ALIGN_UNIT (elmt_type))); in array_ref_element_size()
12647 return SUBSTITUTE_PLACEHOLDER_IN_EXPR (TYPE_SIZE_UNIT (elmt_type), exp); in array_ref_element_size()