Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp1007 int DstLen = getSizeOf(Dst); in insertb() local
1009 assert(0 <= Where && Where + Length <= DstLen); in insertb()
1011 int P2Len = PowerOf2Ceil(SrcLen | DstLen); in insertb()
1025 return vresize(Builder, P2Insert, DstLen, Undef); in insertb()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp227 Value *DstLen = emitStrLen(Dst, B, DL, TLI); in emitStrLenMemCpy() local
228 if (!DstLen) in emitStrLenMemCpy()
234 Value *CpyDst = B.CreateGEP(B.getInt8Ty(), Dst, DstLen, "endptr"); in emitStrLenMemCpy()