Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp865 auto Describe = [](Optional<Value *> SourceAggregate) { in foldAggregateConstructionIntoAggregateReuse() argument
866 if (SourceAggregate == NotFound) in foldAggregateConstructionIntoAggregateReuse()
868 if (*SourceAggregate == FoundMismatch) in foldAggregateConstructionIntoAggregateReuse()
891 Value *SourceAggregate = EVI->getAggregateOperand(); in foldAggregateConstructionIntoAggregateReuse() local
894 if (SourceAggregate->getType() != AggTy) in foldAggregateConstructionIntoAggregateReuse()
900 return SourceAggregate; // AggregateDescription::Found in foldAggregateConstructionIntoAggregateReuse()
909 Optional<Value *> SourceAggregate; in foldAggregateConstructionIntoAggregateReuse() local
912 assert(Describe(SourceAggregate) != AggregateDescription::FoundMismatch && in foldAggregateConstructionIntoAggregateReuse()
914 assert((Describe(SourceAggregate) == AggregateDescription::Found) == in foldAggregateConstructionIntoAggregateReuse()
934 switch (Describe(SourceAggregate)) { in foldAggregateConstructionIntoAggregateReuse()
[all …]