search for: _totallen

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

Did you mean: _totallen7
2012 Jan 19
4
[LLVMdev] What happened to "malloc" in LLVM 3.0 IR?
...tptr inbounds ([5 x i8]* @_stringexpr3, i32 0, i32 0), double %_castInttoDbl4) ; <i8*> [#uses=2] %_lenL = call i32 @strlen(i8* getelementptr inbounds ([2 x i8]* @_stringexpr4, i32 0, i32 0)) ; <i32> [#uses=1] %_lenR = call i32 @strlen(i8* %1) ; <i32> [#uses=1] %_totallen = add i32 %_lenL, 1 ; <i32> [#uses=1] %2 = add i32 %_totallen, %_lenR ; <i32> [#uses=1] %_malloc = malloc i8, i32 %2 ; <i8*> [#uses=1] %_strcpy = call i8* @strcpy(i8* %_malloc, i8* getelementptr inbounds ([2 x i8]* @_string...
2012 Jan 19
0
[LLVMdev] What happened to "malloc" in LLVM 3.0 IR?
...x i8]* @_stringexpr3, i32 0, i32 0), double %_castInttoDbl4) ;<i8*> [#uses=2] > %_lenL = call i32 @strlen(i8* getelementptr inbounds ([2 x i8]* @_stringexpr4, i32 0, i32 0)) ;<i32> [#uses=1] > %_lenR = call i32 @strlen(i8* %1) ;<i32> [#uses=1] > %_totallen = add i32 %_lenL, 1 ;<i32> [#uses=1] > %2 = add i32 %_totallen, %_lenR ;<i32> [#uses=1] > %_malloc = malloc i8, i32 %2 ;<i8*> [#uses=1] > %_strcpy = call i8* @strcpy(i8* %_malloc, i8* getelementptr inbounds (...