Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXGenericToNVVM.cpp123 Constant *BitCastNewGV = ConstantExpr::getPointerCast(NewGV, GV->getType()); in runOnModule() local
127 GV->replaceAllUsesWith(BitCastNewGV); in runOnModule()