Home
last modified time | relevance | path

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

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