Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp891 static constexpr auto FoundMismatch = nullptr; in foldAggregateConstructionIntoAggregateReuse() local
956 FoundMismatch in foldAggregateConstructionIntoAggregateReuse() enumerator
961 if (*SourceAggregate == FoundMismatch) in foldAggregateConstructionIntoAggregateReuse()
962 return AggregateDescription::FoundMismatch; in foldAggregateConstructionIntoAggregateReuse()
988 return FoundMismatch; in foldAggregateConstructionIntoAggregateReuse()
991 return FoundMismatch; in foldAggregateConstructionIntoAggregateReuse()
1005 assert(Describe(SourceAggregate) != AggregateDescription::FoundMismatch && in foldAggregateConstructionIntoAggregateReuse()
1036 return FoundMismatch; in foldAggregateConstructionIntoAggregateReuse()
1038 case AggregateDescription::FoundMismatch: in foldAggregateConstructionIntoAggregateReuse()
1054 if (Describe(SourceAggregate) == AggregateDescription::FoundMismatch) in foldAggregateConstructionIntoAggregateReuse()