Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DInlineCost.cpp709 Constant *AggC = dyn_cast<Constant>(I.getAggregateOperand()); in visitInsertValue() local
710 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()
/external/llvm/include/llvm/IR/
DIRBuilder.h1619 if (Constant *AggC = dyn_cast<Constant>(Agg)) variable
1620 return Insert(Folder.CreateExtractValue(AggC, Idxs), Name);
1627 if (Constant *AggC = dyn_cast<Constant>(Agg)) variable
1629 return Insert(Folder.CreateInsertValue(AggC, ValC, Idxs), Name);