Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1014 std::optional<Value *> SourceAggregateForElement = in foldAggregateConstructionIntoAggregateReuse() local
1022 if (Describe(SourceAggregateForElement) != AggregateDescription::Found) in foldAggregateConstructionIntoAggregateReuse()
1023 return SourceAggregateForElement; in foldAggregateConstructionIntoAggregateReuse()
1030 SourceAggregate = SourceAggregateForElement; // Record the aggregate! in foldAggregateConstructionIntoAggregateReuse()
1035 if (*SourceAggregateForElement != *SourceAggregate) in foldAggregateConstructionIntoAggregateReuse()