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

  /external/llvm/tools/bugpoint/
ExtractFunction.cpp 107 Instruction *TheInst = RI; // Got the corresponding instruction!
110 if (!TheInst->getType()->isVoidTy())
111 TheInst->replaceAllUsesWith(Constant::getNullValue(TheInst->getType()));
114 TheInst->getParent()->getInstList().erase(TheInst);
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]

Completed in 48 milliseconds