Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMergeStringPool.cpp289 Constant *ConstGEP = ConstantExpr::getInBoundsGetElementPtr( in mergeModuleStringPool() local
291 ValueAsMetadata::handleRAUW(GV, ConstGEP); in mergeModuleStringPool()
315 Constant *ConstGEP = in replaceUsesWithGEP() local
320 LLVM_DEBUG(ConstGEP->dump()); in replaceUsesWithGEP()
321 GlobalToReplace->replaceAllUsesWith(ConstGEP); in replaceUsesWithGEP()