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

  /external/chromium_org/v8/test/mjsunit/
prototype.js 32 function NewC() {
44 var c = NewC();
52 var c = NewC();
  /external/v8/test/mjsunit/
prototype.js 32 function NewC() {
44 var c = NewC();
52 var c = NewC();
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 353 Constant *NewC;
355 NewC = ConstantArray::get(UserCA->getType(), NewOps);
357 NewC = ConstantStruct::get(UserCS->getType(), NewOps);
359 NewC = ConstantVector::get(NewOps);
362 NewC = cast<ConstantExpr>(UserC)->getWithOperands(NewOps);
365 UserC->replaceAllUsesWith(NewC);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
DAGCombiner.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 368 Constant *NewC;
370 NewC = ConstantArray::get(UserCA->getType(), NewOps);
372 NewC = ConstantStruct::get(UserCS->getType(), NewOps);
374 NewC = ConstantVector::get(NewOps);
377 NewC = cast<ConstantExpr>(UserC)->getWithOperands(NewOps);
380 UserC->replaceAllUsesWith(NewC);
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 648 Constant *NewC;
650 NewC = ConstantArray::get(UserCA->getType(), NewOps);
652 NewC = ConstantStruct::get(UserCS->getType(), NewOps);
654 NewC = ConstantVector::get(NewOps);
657 NewC = cast<ConstantExpr>(UserC)->getWithOperands(NewOps);
660 UserC->replaceAllUsesWith(NewC);
    [all...]

Completed in 528 milliseconds