Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp935 enum class AggregateDescription { in foldAggregateConstructionIntoAggregateReuse() enum
953 return AggregateDescription::NotFound; in foldAggregateConstructionIntoAggregateReuse()
955 return AggregateDescription::FoundMismatch; in foldAggregateConstructionIntoAggregateReuse()
956 return AggregateDescription::Found; in foldAggregateConstructionIntoAggregateReuse()
1021 case AggregateDescription::NotFound: in foldAggregateConstructionIntoAggregateReuse()
1025 case AggregateDescription::Found: in foldAggregateConstructionIntoAggregateReuse()
1031 case AggregateDescription::FoundMismatch: in foldAggregateConstructionIntoAggregateReuse()
1036 assert(Describe(SourceAggregate) == AggregateDescription::Found && in foldAggregateConstructionIntoAggregateReuse()
1046 if (Describe(SourceAggregate) != AggregateDescription::NotFound) { in foldAggregateConstructionIntoAggregateReuse()
1047 if (Describe(SourceAggregate) == AggregateDescription::FoundMismatch) in foldAggregateConstructionIntoAggregateReuse()
[all …]