Home
last modified time | relevance | path

Searched refs:nCI (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
DAMDILPeepholeOptimizer.cpp1029 CallInst *nCI = CallInst::Create(Func, Operands, "imad24"); in expandSigned24BitOps() local
1030 nCI->insertBefore(CI); in expandSigned24BitOps()
1031 CI->replaceAllUsesWith(nCI); in expandSigned24BitOps()
1060 CallInst *nCI = CallInst::Create(Func, Operands, "imul24_high"); in expandSigned24BitOps() local
1061 nCI->insertBefore(CI); in expandSigned24BitOps()
1062 CI->replaceAllUsesWith(nCI); in expandSigned24BitOps()