Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_interceptors.cpp179 const auto DstLen = internal_strlen(dst); in INTERCEPTOR() local
181 nsanCopyZeroTerminated(dst + DstLen, src, min(size, internal_strlen(src))); in INTERCEPTOR()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp2315 int DstLen = getSizeOf(Dst); in insertb() local
2317 assert(0 <= Where && Where + Length <= DstLen); in insertb()
2319 int P2Len = PowerOf2Ceil(SrcLen | DstLen); in insertb()
2333 return vresize(Builder, P2Insert, DstLen, Undef); in insertb()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp382 Value *DstLen = emitStrLen(Dst, B, DL, TLI); in emitStrLenMemCpy() local
383 if (!DstLen) in emitStrLenMemCpy()
389 Value *CpyDst = B.CreateInBoundsGEP(B.getInt8Ty(), Dst, DstLen, "endptr"); in emitStrLenMemCpy()