search for: _strcat16

Displaying 2 results from an estimated 2 matches for "_strcat16".

Did you mean: _strcat10
2012 Jan 19
4
[LLVMdev] What happened to "malloc" in LLVM 3.0 IR?
...3 = add i32 %_lenL11, 1 ; <i32> [#uses=1] %4 = add i32 %_totallen13, %_lenR12 ; <i32> [#uses=1] %_malloc14 = malloc i8, i32 %4 ; <i8*> [#uses=1] %_strcpy15 = call i8* @strcpy(i8* %_malloc14, i8* %_strcat10) ; <i8*> [#uses=1] %_strcat16 = call i8* @strcat(i8* %_strcpy15, i8* %0) ; <i8*> [#uses=2] %_lenL17 = call i32 @strlen(i8* %_strcat16) ; <i32> [#uses=1] %_lenR18 = call i32 @strlen(i8* getelementptr inbounds ([2 x i8]* @_stringexpr, i32 0, i32 0)) ; <i32> [#uses=1] %_totallen19 = add i32 %_lenL17, 1...
2012 Jan 19
0
[LLVMdev] What happened to "malloc" in LLVM 3.0 IR?
...;<i32> [#uses=1] > %4 = add i32 %_totallen13, %_lenR12 ;<i32> [#uses=1] > %_malloc14 = malloc i8, i32 %4 ;<i8*> [#uses=1] > %_strcpy15 = call i8* @strcpy(i8* %_malloc14, i8* %_strcat10) ;<i8*> [#uses=1] > %_strcat16 = call i8* @strcat(i8* %_strcpy15, i8* %0) ;<i8*> [#uses=2] > %_lenL17 = call i32 @strlen(i8* %_strcat16) ;<i32> [#uses=1] > %_lenR18 = call i32 @strlen(i8* getelementptr inbounds ([2 x i8]* @_stringexpr, i32 0, i32 0)) ;<i32> [#uses=1] > %_totallen19 = ad...