Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp895 SmallVector<std::optional<Instruction *>, 2> AggElts(NumAggElts, NotFound); in foldAggregateConstructionIntoAggregateReuse() local
898 auto KnowAllElts = [&AggElts]() { in foldAggregateConstructionIntoAggregateReuse()
899 return !llvm::is_contained(AggElts, NotFound); in foldAggregateConstructionIntoAggregateReuse()
928 std::optional<Instruction *> &Elt = AggElts[Indices.front()]; in foldAggregateConstructionIntoAggregateReuse()
1004 for (auto I : enumerate(AggElts)) { in foldAggregateConstructionIntoAggregateReuse()
1069 for (const std::optional<Instruction *> &I : AggElts) { in foldAggregateConstructionIntoAggregateReuse()