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

/freebsd-11.0-release/contrib/llvm/tools/bugpoint/
H A DExtractFunction.cpp103 Instruction *TheInst = &*RI; // Got the corresponding instruction! local
106 if (!TheInst->getType()->isVoidTy())
107 TheInst->replaceAllUsesWith(Constant::getNullValue(TheInst->getType()));
110 TheInst->getParent()->getInstList().erase(TheInst);
/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp3092 DAGInstruction TheInst(I, Results, Operands, InstImpResults);
3093 DAGInsts.insert(std::make_pair(I->getRecord(), TheInst));
3157 DAGInstruction &TheInst = Entry.second; local
3158 TreePattern *I = TheInst.getPattern();
3177 TheInst.getResultPattern(),
3178 TheInst.getImpResults(),

Completed in 113 milliseconds