Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp922 auto Describe = [](Optional<Value *> SourceAggregate) { in foldAggregateConstructionIntoAggregateReuse() argument
923 if (SourceAggregate == NotFound) in foldAggregateConstructionIntoAggregateReuse()
925 if (*SourceAggregate == FoundMismatch) in foldAggregateConstructionIntoAggregateReuse()
948 Value *SourceAggregate = EVI->getAggregateOperand(); in foldAggregateConstructionIntoAggregateReuse() local
951 if (SourceAggregate->getType() != AggTy) in foldAggregateConstructionIntoAggregateReuse()
957 return SourceAggregate; // AggregateDescription::Found in foldAggregateConstructionIntoAggregateReuse()
966 Optional<Value *> SourceAggregate; in foldAggregateConstructionIntoAggregateReuse() local
991 switch (Describe(SourceAggregate)) { in foldAggregateConstructionIntoAggregateReuse()
1009 return *SourceAggregate; in foldAggregateConstructionIntoAggregateReuse()
1012 Optional<Value *> SourceAggregate; in foldAggregateConstructionIntoAggregateReuse() local
[all …]