ΒΆllvm::Value* emitStpNCpy(
    llvm::Value* Dst,
    llvm::Value* Src,
    llvm::Value* Len,
    IRBuilder<>& B,
    const llvm::TargetLibraryInfo* TLI)

Description

Emit a call to the stpncpy function to the builder, for the specified pointer arguments and length.

Declared at: llvm/include/llvm/Transforms/Utils/BuildLibCalls.h:91

Parameters

llvm::Value* Dst
llvm::Value* Src
llvm::Value* Len
IRBuilder<>& B
const llvm::TargetLibraryInfo* TLI