Searched refs:TheInst (Results 1 – 2 of 2) sorted by relevance
101 Instruction *TheInst = &*RI; // Got the corresponding instruction! in deleteInstructionFromProgram() local104 if (!TheInst->getType()->isVoidTy()) in deleteInstructionFromProgram()105 TheInst->replaceAllUsesWith(Constant::getNullValue(TheInst->getType())); in deleteInstructionFromProgram()108 TheInst->eraseFromParent(); in deleteInstructionFromProgram()
4006 DAGInstruction &TheInst = Entry.second; in ParseInstructions() local4007 TreePatternNodePtr SrcPattern = TheInst.getSrcPattern(); in ParseInstructions()4008 TreePatternNodePtr ResultPattern = TheInst.getResultPattern(); in ParseInstructions()4013 ParseOnePattern(Instr, Pattern, Result, TheInst.getImpResults()); in ParseInstructions()