Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/IPA/
DInlineCost.cpp668 Constant *AggC = dyn_cast<Constant>(I.getAggregateOperand()); in visitInsertValue() local
669 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()
/external/llvm/include/llvm/IR/
DIRBuilder.h1522 if (Constant *AggC = dyn_cast<Constant>(Agg)) variable
1523 return Insert(Folder.CreateExtractValue(AggC, Idxs), Name);
1530 if (Constant *AggC = dyn_cast<Constant>(Agg)) variable
1532 return Insert(Folder.CreateInsertValue(AggC, ValC, Idxs), Name);