Displaying 2 results from an estimated 2 matches for "_stringexpr".
Did you mean:
_stringexpr2
2012 Jan 19
4
[LLVMdev] What happened to "malloc" in LLVM 3.0 IR?
...ards,
--
Faulty line above is part of the following function:
define i8* @lista_sprintf_double(double %number, i32 %taille, i32 %decimales) {
entry:
%_castInttoDbl = sitofp i32 %decimales to double ; <double> [#uses=1]
%0 = call i8* @lista_sprintf(i8* getelementptr inbounds ([5 x i8]* @_stringexpr1, i32 0, i32 0), double %_castInttoDbl) ; <i8*> [#uses=2]
%_castInttoDbl4 = sitofp i32 %taille to double ; <double> [#uses=1]
%1 = call i8* @lista_sprintf(i8* getelementptr inbounds ([5 x i8]* @_stringexpr3, i32 0, i32 0), double %_castInttoDbl4) ; <i8*> [#uses=2]
%_lenL =...
2012 Jan 19
0
[LLVMdev] What happened to "malloc" in LLVM 3.0 IR?
...ve is part of the following function:
>
> define i8* @lista_sprintf_double(double %number, i32 %taille, i32 %decimales) {
> entry:
> %_castInttoDbl = sitofp i32 %decimales to double ;<double> [#uses=1]
> %0 = call i8* @lista_sprintf(i8* getelementptr inbounds ([5 x i8]* @_stringexpr1, i32 0, i32 0), double %_castInttoDbl) ;<i8*> [#uses=2]
> %_castInttoDbl4 = sitofp i32 %taille to double ;<double> [#uses=1]
> %1 = call i8* @lista_sprintf(i8* getelementptr inbounds ([5 x i8]* @_stringexpr3, i32 0, i32 0), double %_castInttoDbl4) ;<i8*> [#uses=2]...