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

  /external/v8/test/mjsunit/
prototype.js 32 function NewC() {
44 var c = NewC();
52 var c = NewC();
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 690 Constant *NewC;
692 NewC = ConstantArray::get(UserCA->getType(), NewOps);
694 NewC = ConstantStruct::get(UserCS->getType(), NewOps);
696 NewC = ConstantVector::get(NewOps);
699 NewC = cast<ConstantExpr>(UserC)->getWithOperands(NewOps);
702 UserC->replaceAllUsesWith(NewC);
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 814 if (Constant *NewC = ConstantFoldInstruction(I, DL, TLI)) {
815 I->replaceAllUsesWith(NewC);
    [all...]

Completed in 580 milliseconds