Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DSimplifyLibCalls.h230 Value *emitStrLenMemCpy(Value *Src, Value *Dst, uint64_t Len, IRBuilder<> &B);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp273 return emitStrLenMemCpy(Src, Dst, Len, B); in optimizeStrCat()
276 Value *LibCallSimplifier::emitStrLenMemCpy(Value *Src, Value *Dst, uint64_t Len, in emitStrLenMemCpy() function in LibCallSimplifier
337 return emitStrLenMemCpy(Src, Dst, SrcLen, B); in optimizeStrNCat()