Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp856 Optional<Value *> SourceAggregateForElement = in foldAggregateConstructionIntoAggregateReuse() local
864 if (Describe(SourceAggregateForElement) != AggregateDescription::Found) in foldAggregateConstructionIntoAggregateReuse()
865 return SourceAggregateForElement; in foldAggregateConstructionIntoAggregateReuse()
872 SourceAggregate = SourceAggregateForElement; // Record the aggregate! in foldAggregateConstructionIntoAggregateReuse()
877 if (*SourceAggregateForElement != *SourceAggregate) in foldAggregateConstructionIntoAggregateReuse()