Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp890 BitCastInst *TheBC = nullptr; in OptimizeGlobalAddressOfAllocation() local
901 if (!TheBC) in OptimizeGlobalAddressOfAllocation()
902 TheBC = new BitCastInst(NewGV, CI->getType(), "newgv", CI); in OptimizeGlobalAddressOfAllocation()
903 User->replaceUsesOfWith(CI, TheBC); in OptimizeGlobalAddressOfAllocation()