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.cpp2735 DAGInstruction TheInst(I, Results, Operands, InstImpResults);
2736 Instructions.insert(std::make_pair(I->getRecord(), TheInst));
2754 DAGInstruction &TheInst = II->second; local
2755 const TreePattern *I = TheInst.getPattern();
2774 TheInst.getResultPattern(),
2775 TheInst.getImpResults(),

Completed in 144 milliseconds