Searched refs:nCI (Results 1 – 1 of 1) sorted by relevance
1029 CallInst *nCI = CallInst::Create(Func, Operands, "imad24"); in expandSigned24BitOps() local1030 nCI->insertBefore(CI); in expandSigned24BitOps()1031 CI->replaceAllUsesWith(nCI); in expandSigned24BitOps()1060 CallInst *nCI = CallInst::Create(Func, Operands, "imul24_high"); in expandSigned24BitOps() local1061 nCI->insertBefore(CI); in expandSigned24BitOps()1062 CI->replaceAllUsesWith(nCI); in expandSigned24BitOps()