Displaying 2 results from an estimated 2 matches for "_strcat22".
Did you mean:
_strcat
2012 Jan 19
4
[LLVMdev] What happened to "malloc" in LLVM 3.0 IR?
...9 = add i32 %_lenL17, 1 ; <i32> [#uses=1]
%5 = add i32 %_totallen19, %_lenR18 ; <i32> [#uses=1]
%_malloc20 = malloc i8, i32 %5 ; <i8*> [#uses=1]
%_strcpy21 = call i8* @strcpy(i8* %_malloc20, i8* %_strcat16) ; <i8*> [#uses=1]
%_strcat22 = call i8* @strcat(i8* %_strcpy21, i8* getelementptr inbounds ([2 x i8]* @_stringexpr, i32 0, i32 0)) ; <i8*> [#uses=1]
%6 = call i8* @lista_sprintf(i8* %_strcat22, double %number) ; <i8*> [#uses=1]
ret i8* %6
}
--
Dr Jacques MENU
Chargé de cours
Centre Universitaire d'Inform...
2012 Jan 19
0
[LLVMdev] What happened to "malloc" in LLVM 3.0 IR?
...;<i32> [#uses=1]
> %5 = add i32 %_totallen19, %_lenR18 ;<i32> [#uses=1]
> %_malloc20 = malloc i8, i32 %5 ;<i8*> [#uses=1]
> %_strcpy21 = call i8* @strcpy(i8* %_malloc20, i8* %_strcat16) ;<i8*> [#uses=1]
> %_strcat22 = call i8* @strcat(i8* %_strcpy21, i8* getelementptr inbounds ([2 x i8]* @_stringexpr, i32 0, i32 0)) ;<i8*> [#uses=1]
> %6 = call i8* @lista_sprintf(i8* %_strcat22, double %number) ;<i8*> [#uses=1]
> ret i8* %6
> }
>
>
> --
>
> Dr Jacques MENU
> Charg...