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

  /external/v8/test/mjsunit/
prototype.js 32 function NewC() {
44 var c = NewC();
52 var c = NewC();
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 795 Constant *NewC = cast<Constant>(*i);
797 if (ConstantExpr *NewCE = dyn_cast<ConstantExpr>(NewC))
798 NewC = ConstantFoldConstantExpression(NewCE, TD);
799 Ops.push_back(NewC);
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 331 Constant *NewC;
333 NewC = ConstantArray::get(UserCA->getType(), NewOps);
335 NewC = ConstantStruct::get(UserCS->getType(), NewOps);
337 NewC = ConstantVector::get(NewOps);
340 NewC = cast<ConstantExpr>(UserC)->getWithOperands(NewOps);
343 UserC->replaceAllUsesWith(NewC);
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 306 Constant *NewC;
308 NewC = ConstantArray::get(UserCA->getType(), NewOps);
310 NewC = ConstantStruct::get(UserCS->getType(), NewOps);
312 NewC = ConstantVector::get(NewOps);
315 NewC = cast<ConstantExpr>(UserC)->getWithOperands(NewOps);
318 UserC->replaceAllUsesWith(NewC);
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 221 milliseconds