Displaying 2 results from an estimated 2 matches for "_lenl11".
Did you mean:
_lenl17
2012 Jan 19
4
[LLVMdev] What happened to "malloc" in LLVM 3.0 IR?
...%_malloc8 = malloc i8, i32 %3 ; <i8*> [#uses=1]
%_strcpy9 = call i8* @strcpy(i8* %_malloc8, i8* %_strcat) ; <i8*> [#uses=1]
%_strcat10 = call i8* @strcat(i8* %_strcpy9, i8* getelementptr inbounds ([2 x i8]* @_stringexpr2, i32 0, i32 0)) ; <i8*> [#uses=2]
%_lenL11 = call i32 @strlen(i8* %_strcat10) ; <i32> [#uses=1]
%_lenR12 = call i32 @strlen(i8* %0) ; <i32> [#uses=1]
%_totallen13 = add i32 %_lenL11, 1 ; <i32> [#uses=1]
%4 = add i32 %_totallen13, %_lenR12 ; <i32> [#uses=1]
%_malloc14 =...
2012 Jan 19
0
[LLVMdev] What happened to "malloc" in LLVM 3.0 IR?
...oc i8, i32 %3 ;<i8*> [#uses=1]
> %_strcpy9 = call i8* @strcpy(i8* %_malloc8, i8* %_strcat) ;<i8*> [#uses=1]
> %_strcat10 = call i8* @strcat(i8* %_strcpy9, i8* getelementptr inbounds ([2 x i8]* @_stringexpr2, i32 0, i32 0)) ;<i8*> [#uses=2]
> %_lenL11 = call i32 @strlen(i8* %_strcat10) ;<i32> [#uses=1]
> %_lenR12 = call i32 @strlen(i8* %0) ;<i32> [#uses=1]
> %_totallen13 = add i32 %_lenL11, 1 ;<i32> [#uses=1]
> %4 = add i32 %_totallen13, %_lenR12 ;<i32> [#uses...