Searched refs:memcpy2 (Results 1 – 2 of 2) sorted by relevance
3 ; Check that memcpy2 is completely inlined away.4 ; CHECK-NOT: memcpy214 …call fastcc void @memcpy2(i8* %arraydecay, i8* getelementptr inbounds ([2 x i8], [2 x i8]* @.str, …15 …call fastcc void @memcpy2(i8* %arraydecay, i8* getelementptr inbounds ([3 x i8], [3 x i8]* @.str1,…20 define internal fastcc void @memcpy2(i8* nocapture %dst, i8* nocapture readonly %src, i64 %size) #1…
71 void memcpy2 () { in memcpy2() function