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

  /external/llvm/tools/bugpoint/
ExtractFunction.cpp 103 Instruction *TheInst = &*RI; // Got the corresponding instruction!
106 if (!TheInst->getType()->isVoidTy())
107 TheInst->replaceAllUsesWith(Constant::getNullValue(TheInst->getType()));
110 TheInst->getParent()->getInstList().erase(TheInst);
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
ExtractFunction.cpp 74 Instruction *TheInst = RI; // Got the corresponding instruction!
77 if (!TheInst->getType()->isVoidTy())
78 TheInst->replaceAllUsesWith(Constant::getNullValue(TheInst->getType()));
81 TheInst->getParent()->getInstList().erase(TheInst);
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]

Completed in 413 milliseconds