Searched defs:TheInst (Results 1 - 2 of 2) sorted by relevance

/external/llvm/tools/bugpoint/
H A DExtractFunction.cpp106 Instruction *TheInst = RI; // Got the corresponding instruction! local
109 if (!TheInst->getType()->isVoidTy())
110 TheInst->replaceAllUsesWith(Constant::getNullValue(TheInst->getType()));
113 TheInst->getParent()->getInstList().erase(TheInst);
/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp2707 DAGInstruction TheInst(I, Results, Operands, InstImpResults);
2708 Instructions.insert(std::make_pair(I->getRecord(), TheInst));
2726 DAGInstruction &TheInst = II->second; local
2727 const TreePattern *I = TheInst.getPattern();
2746 TheInst.getResultPattern(),
2747 TheInst.getImpResults(),

Completed in 59 milliseconds