Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMergeStringPool.cpp290 Constant *ConstGEP = ConstantExpr::getInBoundsGetElementPtr( in mergeModuleStringPool() local
292 ValueAsMetadata::handleRAUW(GV, ConstGEP); in mergeModuleStringPool()
316 Constant *ConstGEP = in replaceUsesWithGEP() local
321 LLVM_DEBUG(ConstGEP->dump()); in replaceUsesWithGEP()
322 GlobalToReplace->replaceAllUsesWith(ConstGEP); in replaceUsesWithGEP()