Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp942 enum class AggregateDescription { in foldAggregateConstructionIntoAggregateReuse() enum
960 return AggregateDescription::NotFound; in foldAggregateConstructionIntoAggregateReuse()
962 return AggregateDescription::FoundMismatch; in foldAggregateConstructionIntoAggregateReuse()
963 return AggregateDescription::Found; in foldAggregateConstructionIntoAggregateReuse()
1005 assert(Describe(SourceAggregate) != AggregateDescription::FoundMismatch && in foldAggregateConstructionIntoAggregateReuse()
1007 assert((Describe(SourceAggregate) == AggregateDescription::Found) == in foldAggregateConstructionIntoAggregateReuse()
1022 if (Describe(SourceAggregateForElement) != AggregateDescription::Found) in foldAggregateConstructionIntoAggregateReuse()
1028 case AggregateDescription::NotFound: in foldAggregateConstructionIntoAggregateReuse()
1032 case AggregateDescription::Found: in foldAggregateConstructionIntoAggregateReuse()
1038 case AggregateDescription::FoundMismatch: in foldAggregateConstructionIntoAggregateReuse()
[all …]