Searched refs:SourceAggregate (Results 1 – 1 of 1) sorted by relevance
865 auto Describe = [](Optional<Value *> SourceAggregate) { in foldAggregateConstructionIntoAggregateReuse() argument866 if (SourceAggregate == NotFound) in foldAggregateConstructionIntoAggregateReuse()868 if (*SourceAggregate == FoundMismatch) in foldAggregateConstructionIntoAggregateReuse()891 Value *SourceAggregate = EVI->getAggregateOperand(); in foldAggregateConstructionIntoAggregateReuse() local894 if (SourceAggregate->getType() != AggTy) in foldAggregateConstructionIntoAggregateReuse()900 return SourceAggregate; // AggregateDescription::Found in foldAggregateConstructionIntoAggregateReuse()909 Optional<Value *> SourceAggregate; in foldAggregateConstructionIntoAggregateReuse() local934 switch (Describe(SourceAggregate)) { in foldAggregateConstructionIntoAggregateReuse()952 return *SourceAggregate; in foldAggregateConstructionIntoAggregateReuse()955 Optional<Value *> SourceAggregate; in foldAggregateConstructionIntoAggregateReuse() local[all …]