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 791 Constant *NewC = cast<Constant>(*i);
793 if (ConstantExpr *NewCE = dyn_cast<ConstantExpr>(NewC))
794 NewC = ConstantFoldConstantExpression(NewCE, TD);
795 Ops.push_back(NewC);
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 293 Constant *NewC;
295 NewC = ConstantArray::get(UserCA->getType(), NewOps);
297 NewC = ConstantStruct::get(UserCS->getType(), NewOps);
299 NewC = ConstantVector::get(NewOps);
302 NewC = cast<ConstantExpr>(UserC)->getWithOperands(NewOps);
305 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 1580 milliseconds