Home
last modified time | relevance | path

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

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