Searched refs:TheInst (Results 1 – 2 of 2) sorted by relevance
103 Instruction *TheInst = RI; // Got the corresponding instruction! in deleteInstructionFromProgram() local106 if (!TheInst->getType()->isVoidTy()) in deleteInstructionFromProgram()107 TheInst->replaceAllUsesWith(Constant::getNullValue(TheInst->getType())); in deleteInstructionFromProgram()110 TheInst->getParent()->getInstList().erase(TheInst); in deleteInstructionFromProgram()
3048 DAGInstruction TheInst(I, Results, Operands, InstImpResults); in parseInstructionPattern() local3049 DAGInsts.insert(std::make_pair(I->getRecord(), TheInst)); in parseInstructionPattern()3115 DAGInstruction &TheInst = II->second; in ParseInstructions() local3116 TreePattern *I = TheInst.getPattern(); in ParseInstructions()3135 TheInst.getResultPattern(), in ParseInstructions()3136 TheInst.getImpResults(), in ParseInstructions()