Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A 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()