Searched refs:need_type (Results 1 – 2 of 2) sorted by relevance
3273 tree need_type = TYPE_MAIN_VARIANT (TREE_TYPE (exp)); in substitute_placeholder_in_expr() local3286 if (TYPE_MAIN_VARIANT (TREE_TYPE (elt)) == need_type) in substitute_placeholder_in_expr()3301 == need_type)) in substitute_placeholder_in_expr()3302 return fold_build1 (INDIRECT_REF, need_type, elt); in substitute_placeholder_in_expr()
4149 tree need_type = TYPE_MAIN_VARIANT (TREE_TYPE (exp)); in substitute_placeholder_in_expr() local4162 if (TYPE_MAIN_VARIANT (TREE_TYPE (elt)) == need_type) in substitute_placeholder_in_expr()4177 == need_type)) in substitute_placeholder_in_expr()4178 return fold_build1 (INDIRECT_REF, need_type, elt); in substitute_placeholder_in_expr()