Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/Analysis/IPA/
DInlineCost.cpp667 Constant *InsertedC = dyn_cast<Constant>(I.getInsertedValueOperand()); in visitInsertValue() local
668 if (!InsertedC) in visitInsertValue()
669 InsertedC = SimplifiedValues.lookup(I.getInsertedValueOperand()); in visitInsertValue()
670 if (AggC && InsertedC) { in visitInsertValue()
671 SimplifiedValues[&I] = ConstantExpr::getInsertValue(AggC, InsertedC, in visitInsertValue()