Home
last modified time | relevance | path

Searched refs:SourceAggregateForElement (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp978 Optional<Value *> SourceAggregateForElement = in foldAggregateConstructionIntoAggregateReuse() local
986 if (Describe(SourceAggregateForElement) != AggregateDescription::Found) in foldAggregateConstructionIntoAggregateReuse()
987 return SourceAggregateForElement; in foldAggregateConstructionIntoAggregateReuse()
994 SourceAggregate = SourceAggregateForElement; // Record the aggregate! in foldAggregateConstructionIntoAggregateReuse()
999 if (*SourceAggregateForElement != *SourceAggregate) in foldAggregateConstructionIntoAggregateReuse()