Searched refs:TheBC (Results 1 – 1 of 1) sorted by relevance
910 BitCastInst *TheBC = nullptr; in OptimizeGlobalAddressOfMalloc() local921 if (!TheBC) in OptimizeGlobalAddressOfMalloc()922 TheBC = new BitCastInst(NewGV, CI->getType(), "newgv", CI); in OptimizeGlobalAddressOfMalloc()923 User->replaceUsesOfWith(CI, TheBC); in OptimizeGlobalAddressOfMalloc()