Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp849 enum class AggregateDescription { in foldAggregateConstructionIntoAggregateReuse() enum
867 return AggregateDescription::NotFound; in foldAggregateConstructionIntoAggregateReuse()
869 return AggregateDescription::FoundMismatch; in foldAggregateConstructionIntoAggregateReuse()
870 return AggregateDescription::Found; in foldAggregateConstructionIntoAggregateReuse()
912 assert(Describe(SourceAggregate) != AggregateDescription::FoundMismatch && in foldAggregateConstructionIntoAggregateReuse()
914 assert((Describe(SourceAggregate) == AggregateDescription::Found) == in foldAggregateConstructionIntoAggregateReuse()
929 if (Describe(SourceAggregateForElement) != AggregateDescription::Found) in foldAggregateConstructionIntoAggregateReuse()
935 case AggregateDescription::NotFound: in foldAggregateConstructionIntoAggregateReuse()
939 case AggregateDescription::Found: in foldAggregateConstructionIntoAggregateReuse()
945 case AggregateDescription::FoundMismatch: in foldAggregateConstructionIntoAggregateReuse()
[all …]