Searched refs:AggC (Results 1 – 2 of 2) sorted by relevance
709 Constant *AggC = dyn_cast<Constant>(I.getAggregateOperand()); in visitInsertValue() local710 if (!AggC) in visitInsertValue()711 AggC = SimplifiedValues.lookup(I.getAggregateOperand()); in visitInsertValue()715 if (AggC && InsertedC) { in visitInsertValue()716 SimplifiedValues[&I] = ConstantExpr::getInsertValue(AggC, InsertedC, in visitInsertValue()
1619 if (Constant *AggC = dyn_cast<Constant>(Agg)) variable1620 return Insert(Folder.CreateExtractValue(AggC, Idxs), Name);1627 if (Constant *AggC = dyn_cast<Constant>(Agg)) variable1629 return Insert(Folder.CreateInsertValue(AggC, ValC, Idxs), Name);