Home
last modified time | relevance | path

Searched refs:op00type (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfold-const.c15130 tree op00type; in fold_indirect_ref_1() local
15132 op00type = TREE_TYPE (op00); in fold_indirect_ref_1()
15135 if (VECTOR_TYPE_P (op00type) in fold_indirect_ref_1()
15136 && type == TREE_TYPE (op00type) in fold_indirect_ref_1()
15150 * TYPE_VECTOR_SUBPARTS (op00type)); in fold_indirect_ref_1()
15160 else if (TREE_CODE (op00type) == COMPLEX_TYPE in fold_indirect_ref_1()
15161 && type == TREE_TYPE (op00type)) in fold_indirect_ref_1()
15168 else if (TREE_CODE (op00type) == ARRAY_TYPE in fold_indirect_ref_1()
15169 && type == TREE_TYPE (op00type)) in fold_indirect_ref_1()
15171 tree type_domain = TYPE_DOMAIN (op00type); in fold_indirect_ref_1()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfold-const.cc16085 tree op00type; in fold_indirect_ref_1() local
16087 op00type = TREE_TYPE (op00); in fold_indirect_ref_1()
16090 if (VECTOR_TYPE_P (op00type) in fold_indirect_ref_1()
16091 && type == TREE_TYPE (op00type) in fold_indirect_ref_1()
16105 * TYPE_VECTOR_SUBPARTS (op00type)); in fold_indirect_ref_1()
16115 else if (TREE_CODE (op00type) == COMPLEX_TYPE in fold_indirect_ref_1()
16116 && type == TREE_TYPE (op00type)) in fold_indirect_ref_1()
16123 else if (TREE_CODE (op00type) == ARRAY_TYPE in fold_indirect_ref_1()
16124 && type == TREE_TYPE (op00type)) in fold_indirect_ref_1()
16126 tree type_domain = TYPE_DOMAIN (op00type); in fold_indirect_ref_1()