Searched refs:op00type (Results 1 – 2 of 2) sorted by relevance
15130 tree op00type; in fold_indirect_ref_1() local15132 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()
16085 tree op00type; in fold_indirect_ref_1() local16087 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()