Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp756 for (InsertValueInst *CurrIVI = &OrigIVI; in foldAggregateConstructionIntoAggregateReuse() local
757 Depth < DepthLimit && CurrIVI && !KnowAllElts(); in foldAggregateConstructionIntoAggregateReuse()
758 CurrIVI = dyn_cast<InsertValueInst>(CurrIVI->getAggregateOperand()), in foldAggregateConstructionIntoAggregateReuse()
760 Value *InsertedValue = CurrIVI->getInsertedValueOperand(); in foldAggregateConstructionIntoAggregateReuse()
761 ArrayRef<unsigned int> Indices = CurrIVI->getIndices(); in foldAggregateConstructionIntoAggregateReuse()