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.cpp954 enum class AggregateDescription { in foldAggregateConstructionIntoAggregateReuse() enum
972 return AggregateDescription::NotFound; in foldAggregateConstructionIntoAggregateReuse()
974 return AggregateDescription::FoundMismatch; in foldAggregateConstructionIntoAggregateReuse()
975 return AggregateDescription::Found; in foldAggregateConstructionIntoAggregateReuse()
1023 assert(Describe(SourceAggregate) != AggregateDescription::FoundMismatch && in foldAggregateConstructionIntoAggregateReuse()
1025 assert((Describe(SourceAggregate) == AggregateDescription::Found) == in foldAggregateConstructionIntoAggregateReuse()
1040 if (Describe(SourceAggregateForElement) != AggregateDescription::Found) in foldAggregateConstructionIntoAggregateReuse()
1046 case AggregateDescription::NotFound: in foldAggregateConstructionIntoAggregateReuse()
1050 case AggregateDescription::Found: in foldAggregateConstructionIntoAggregateReuse()
1056 case AggregateDescription::FoundMismatch: in foldAggregateConstructionIntoAggregateReuse()
[all …]