Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp921 Optional<Value *> SourceAggregateForElement = in foldAggregateConstructionIntoAggregateReuse() local
929 if (Describe(SourceAggregateForElement) != AggregateDescription::Found) in foldAggregateConstructionIntoAggregateReuse()
930 return SourceAggregateForElement; in foldAggregateConstructionIntoAggregateReuse()
937 SourceAggregate = SourceAggregateForElement; // Record the aggregate! in foldAggregateConstructionIntoAggregateReuse()
942 if (*SourceAggregateForElement != *SourceAggregate) in foldAggregateConstructionIntoAggregateReuse()