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

  /external/chromium_org/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/Bitcode/Reader/
BitcodeReader.cpp 388 Constant *NewC;
390 NewC = ConstantArray::get(UserCA->getType(), NewOps);
392 NewC = ConstantStruct::get(UserCS->getType(), NewOps);
394 NewC = ConstantVector::get(NewOps);
397 NewC = cast<ConstantExpr>(UserC)->getWithOperands(NewOps);
400 UserC->replaceAllUsesWith(NewC);
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 361 Constant *NewC;
363 NewC = ConstantArray::get(UserCA->getType(), NewOps);
365 NewC = ConstantStruct::get(UserCS->getType(), NewOps);
367 NewC = ConstantVector::get(NewOps);
370 NewC = cast<ConstantExpr>(UserC)->getWithOperands(NewOps);
373 UserC->replaceAllUsesWith(NewC);
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 640 Constant *NewC;
642 NewC = ConstantArray::get(UserCA->getType(), NewOps);
644 NewC = ConstantStruct::get(UserCS->getType(), NewOps);
646 NewC = ConstantVector::get(NewOps);
649 NewC = cast<ConstantExpr>(UserC)->getWithOperands(NewOps);
652 UserC->replaceAllUsesWith(NewC);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 808 auto NewC =
812 auto Shuffle = Builder->CreateShuffleVector(V1, V2, NewC);
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 808 if (Constant *NewC = ConstantFoldInstruction(I, DL, TLI)) {
809 I->replaceAllUsesWith(NewC);
    [all...]

Completed in 252 milliseconds