Searched defs:AggC (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/IPA/
H A DInlineCost.cpp655 Constant *AggC = dyn_cast<Constant>(I.getAggregateOperand()); local
656 if (!AggC)
657 AggC = SimplifiedValues.lookup(I.getAggregateOperand());
661 if (AggC && InsertedC) {
662 SimplifiedValues[&I] = ConstantExpr::getInsertValue(AggC, InsertedC,

Completed in 2144 milliseconds