Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp910 for (InsertValueInst *CurrIVI = &OrigIVI; in foldAggregateConstructionIntoAggregateReuse() local
911 Depth < DepthLimit && CurrIVI && !KnowAllElts(); in foldAggregateConstructionIntoAggregateReuse()
912 CurrIVI = dyn_cast<InsertValueInst>(CurrIVI->getAggregateOperand()), in foldAggregateConstructionIntoAggregateReuse()
915 dyn_cast<Instruction>(CurrIVI->getInsertedValueOperand()); in foldAggregateConstructionIntoAggregateReuse()
919 ArrayRef<unsigned int> Indices = CurrIVI->getIndices(); in foldAggregateConstructionIntoAggregateReuse()