Searched refs:need_type (Results 1 – 2 of 2) sorted by relevance
2462 tree need_type = TYPE_MAIN_VARIANT (TREE_TYPE (exp)); in substitute_placeholder_in_expr() local2474 if (TYPE_MAIN_VARIANT (TREE_TYPE (elt)) == need_type) in substitute_placeholder_in_expr()2488 == need_type)) in substitute_placeholder_in_expr()2489 return fold_build1 (INDIRECT_REF, need_type, elt); in substitute_placeholder_in_expr()
6467 tree need_type = TYPE_MAIN_VARIANT (type); local6482 if (TYPE_MAIN_VARIANT (TREE_TYPE (elt)) == need_type)6501 == need_type))6505 return build1 (INDIRECT_REF, need_type, elt);