Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp906 enum class AggregateDescription { in foldAggregateConstructionIntoAggregateReuse() enum
924 return AggregateDescription::NotFound; in foldAggregateConstructionIntoAggregateReuse()
926 return AggregateDescription::FoundMismatch; in foldAggregateConstructionIntoAggregateReuse()
927 return AggregateDescription::Found; in foldAggregateConstructionIntoAggregateReuse()
992 case AggregateDescription::NotFound: in foldAggregateConstructionIntoAggregateReuse()
996 case AggregateDescription::Found: in foldAggregateConstructionIntoAggregateReuse()
1002 case AggregateDescription::FoundMismatch: in foldAggregateConstructionIntoAggregateReuse()
1007 assert(Describe(SourceAggregate) == AggregateDescription::Found && in foldAggregateConstructionIntoAggregateReuse()
1016 if (Describe(SourceAggregate) != AggregateDescription::NotFound) { in foldAggregateConstructionIntoAggregateReuse()
1017 if (Describe(SourceAggregate) == AggregateDescription::FoundMismatch) in foldAggregateConstructionIntoAggregateReuse()
[all …]