Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp952 if (SourceAggregate == NotFound) in foldAggregateConstructionIntoAggregateReuse()
954 if (*SourceAggregate == FoundMismatch) in foldAggregateConstructionIntoAggregateReuse()
977 Value *SourceAggregate = EVI->getAggregateOperand(); in foldAggregateConstructionIntoAggregateReuse() local
980 if (SourceAggregate->getType() != AggTy) in foldAggregateConstructionIntoAggregateReuse()
986 return SourceAggregate; // AggregateDescription::Found in foldAggregateConstructionIntoAggregateReuse()
995 std::optional<Value *> SourceAggregate; in foldAggregateConstructionIntoAggregateReuse() local
1020 switch (Describe(SourceAggregate)) { in foldAggregateConstructionIntoAggregateReuse()
1038 return *SourceAggregate; in foldAggregateConstructionIntoAggregateReuse()
1041 std::optional<Value *> SourceAggregate; in foldAggregateConstructionIntoAggregateReuse() local
1050 return replaceInstUsesWith(OrigIVI, *SourceAggregate); in foldAggregateConstructionIntoAggregateReuse()
[all …]