ΒΆvoid replaceRelativePointerUsersWithZero(
    llvm::Function* F)

Description

Finds the same "relative pointer" pattern as described above, where the target is `F`, and replaces the entire pattern with a constant zero.

Declared at: llvm/include/llvm/Analysis/TypeMetadataUtils.h:82

Parameters

llvm::Function* F