Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A 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()
935 case AggregateDescription::NotFound: in foldAggregateConstructionIntoAggregateReuse()
939 case AggregateDescription::Found: in foldAggregateConstructionIntoAggregateReuse()
945 case AggregateDescription::FoundMismatch: in foldAggregateConstructionIntoAggregateReuse()
950 assert(Describe(SourceAggregate) == AggregateDescription::Found && in foldAggregateConstructionIntoAggregateReuse()
959 if (Describe(SourceAggregate) != AggregateDescription::NotFound) { in foldAggregateConstructionIntoAggregateReuse()
960 if (Describe(SourceAggregate) == AggregateDescription::FoundMismatch) in foldAggregateConstructionIntoAggregateReuse()
[all …]