Searched refs:SourceAggregate (Results 1 – 1 of 1) sorted by relevance
922 auto Describe = [](Optional<Value *> SourceAggregate) { in foldAggregateConstructionIntoAggregateReuse() argument923 if (SourceAggregate == NotFound) in foldAggregateConstructionIntoAggregateReuse()925 if (*SourceAggregate == FoundMismatch) in foldAggregateConstructionIntoAggregateReuse()948 Value *SourceAggregate = EVI->getAggregateOperand(); in foldAggregateConstructionIntoAggregateReuse() local951 if (SourceAggregate->getType() != AggTy) in foldAggregateConstructionIntoAggregateReuse()957 return SourceAggregate; // AggregateDescription::Found in foldAggregateConstructionIntoAggregateReuse()966 Optional<Value *> SourceAggregate; in foldAggregateConstructionIntoAggregateReuse() local991 switch (Describe(SourceAggregate)) { in foldAggregateConstructionIntoAggregateReuse()1009 return *SourceAggregate; in foldAggregateConstructionIntoAggregateReuse()1012 Optional<Value *> SourceAggregate; in foldAggregateConstructionIntoAggregateReuse() local[all …]