Home
last modified time | relevance | path

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

/external/llvm/lib/Target/NVPTX/
DNVPTXGenericToNVVM.cpp153 Constant *BitCastNewGV = ConstantExpr::getPointerCast(NewGV, GV->getType()); in runOnModule() local
157 GV->replaceAllUsesWith(BitCastNewGV); in runOnModule()