Searched defs:newInst (Results 1 – 3 of 3) sorted by relevance
151 CallInst* newInst = MagicUtil::createCallInstruction(debugFunction, debugArgs, "", I); in fixCalls() local
279 CallInst* newInst = MagicUtil::createCallInstruction(wrapper, magicMemArgs, "", I); in replaceInstruction() local
518 void MagicUtil::replaceCallInst(Instruction *originalInst, CallInst *newInst, int argOffset, bool r… in replaceCallInst()