Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DBuildLibCalls.h75 Value *emitStrCpy(Value *Dst, Value *Src, IRBuilderBase &B,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2514 return emitStrCpy(Dest, CI->getArgOperand(2), B, TLI); in optimizeSPrintFString()
3342 return emitStrCpy(Dst, Src, B, TLI); in optimizeStrpCpyChk()
H A DBuildLibCalls.cpp1269 Value *llvm::emitStrCpy(Value *Dst, Value *Src, IRBuilderBase &B, in emitStrCpy() function in llvm