Searched refs:AggC (Results 1 – 2 of 2) sorted by relevance
668 Constant *AggC = dyn_cast<Constant>(I.getAggregateOperand()); in visitInsertValue() local669 if (!AggC) in visitInsertValue()670 AggC = SimplifiedValues.lookup(I.getAggregateOperand()); in visitInsertValue()674 if (AggC && InsertedC) { in visitInsertValue()675 SimplifiedValues[&I] = ConstantExpr::getInsertValue(AggC, InsertedC, in visitInsertValue()
1522 if (Constant *AggC = dyn_cast<Constant>(Agg)) variable1523 return Insert(Folder.CreateExtractValue(AggC, Idxs), Name);1530 if (Constant *AggC = dyn_cast<Constant>(Agg)) variable1532 return Insert(Folder.CreateInsertValue(AggC, ValC, Idxs), Name);