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()
2865 DAGInstruction TheInst(I, Results, Operands, InstImpResults); in ParseInstructions() local2866 Instructions.insert(std::make_pair(I->getRecord(), TheInst)); in ParseInstructions()2884 DAGInstruction &TheInst = II->second; in ParseInstructions() local2885 TreePattern *I = TheInst.getPattern(); in ParseInstructions()2904 TheInst.getResultPattern(), in ParseInstructions()2905 TheInst.getImpResults(), in ParseInstructions()