Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp858 SmallVector<Optional<Instruction *>, 2> AggElts(NumAggElts, NotFound); in foldAggregateConstructionIntoAggregateReuse() local
861 auto KnowAllElts = [&AggElts]() { in foldAggregateConstructionIntoAggregateReuse()
862 return all_of(AggElts, in foldAggregateConstructionIntoAggregateReuse()
892 Optional<Instruction *> &Elt = AggElts[Indices.front()]; in foldAggregateConstructionIntoAggregateReuse()
968 for (auto I : enumerate(AggElts)) { in foldAggregateConstructionIntoAggregateReuse()
1032 for (const Optional<Instruction *> &I : AggElts) { in foldAggregateConstructionIntoAggregateReuse()