Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTypeMetadataUtils.cpp253 SubExpr->replaceNonMetadataUsesWith( in replaceRelativePointerUserWithZero()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalDCE.cpp387 F->replaceNonMetadataUsesWith(ConstantPointerNull::get(F->getType())); in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h307 LLVM_ABI void replaceNonMetadataUsesWith(Value *V);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp550 void Value::replaceNonMetadataUsesWith(Value *New) { in replaceNonMetadataUsesWith() function in Value