Displaying 2 results from an estimated 2 matches for "_stringexpr2".
Did you mean:
_stringexpr
2012 Jan 19
4
[LLVMdev] What happened to "malloc" in LLVM 3.0 IR?
...mentptr inbounds ([2 x i8]* @_stringexpr4, i32 0, i32 0)) ; <i8*> [#uses=1]
%_strcat = call i8* @strcat(i8* %_strcpy, i8* %1) ; <i8*> [#uses=2]
%_lenL5 = call i32 @strlen(i8* %_strcat) ; <i32> [#uses=1]
%_lenR6 = call i32 @strlen(i8* getelementptr inbounds ([2 x i8]* @_stringexpr2, i32 0, i32 0)) ; <i32> [#uses=1]
%_totallen7 = add i32 %_lenL5, 1 ; <i32> [#uses=1]
%3 = add i32 %_totallen7, %_lenR6 ; <i32> [#uses=1]
%_malloc8 = malloc i8, i32 %3 ; <i8*> [#uses=1]
%_strcpy9 = call i8* @strcpy(i8* %_...
2012 Jan 19
0
[LLVMdev] What happened to "malloc" in LLVM 3.0 IR?
...[2 x i8]* @_stringexpr4, i32 0, i32 0)) ;<i8*> [#uses=1]
> %_strcat = call i8* @strcat(i8* %_strcpy, i8* %1) ;<i8*> [#uses=2]
> %_lenL5 = call i32 @strlen(i8* %_strcat) ;<i32> [#uses=1]
> %_lenR6 = call i32 @strlen(i8* getelementptr inbounds ([2 x i8]* @_stringexpr2, i32 0, i32 0)) ;<i32> [#uses=1]
> %_totallen7 = add i32 %_lenL5, 1 ;<i32> [#uses=1]
> %3 = add i32 %_totallen7, %_lenR6 ;<i32> [#uses=1]
> %_malloc8 = malloc i8, i32 %3 ;<i8*> [#uses=1]
> %_strcpy9 =...