Searched refs:TheInst (Results 1 – 2 of 2) sorted by relevance
106 Instruction *TheInst = RI; // Got the corresponding instruction! in deleteInstructionFromProgram() local109 if (!TheInst->getType()->isVoidTy()) in deleteInstructionFromProgram()110 TheInst->replaceAllUsesWith(Constant::getNullValue(TheInst->getType())); in deleteInstructionFromProgram()113 TheInst->getParent()->getInstList().erase(TheInst); in deleteInstructionFromProgram()
2820 DAGInstruction TheInst(I, Results, Operands, InstImpResults); in parseInstructionPattern() local2821 DAGInsts.insert(std::make_pair(I->getRecord(), TheInst)); in parseInstructionPattern()2892 DAGInstruction &TheInst = II->second; in ParseInstructions() local2893 TreePattern *I = TheInst.getPattern(); in ParseInstructions()2912 TheInst.getResultPattern(), in ParseInstructions()2913 TheInst.getImpResults(), in ParseInstructions()