HomeSort by relevance Sort by last modified time
    Searched refs:AggC (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 651 Constant *AggC = dyn_cast<Constant>(I.getAggregateOperand());
652 if (!AggC)
653 AggC = SimplifiedValues.lookup(I.getAggregateOperand());
657 if (AggC && InsertedC) {
658 SimplifiedValues[&I] = ConstantExpr::getInsertValue(AggC, InsertedC,
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]

Completed in 139 milliseconds