search for: doubleconst

Displaying 5 results from an estimated 5 matches for "doubleconst".

2011 Sep 22
3
[LLVMdev] Need help in converting int to double
...ject area is "Enhancing the performance of V8 javascript engine using LLVM as a back-end". Now i'm writing code for shift left(SHL) operator. I had my own Value Structure .. it's like this Struct Value { void *val ; char type; } The "char type" holds DoubleType,DoubleConst,StringType,StringConst... when i'm executing the IrBuilder.CreateShl(LHS,RHS) instruction it is returning an integer value as output.. i'm unable to store the value in my structure....(because my structure can hold Doubles,Strings). Is there any way to store the integer output in my s...
2011 Sep 22
2
[LLVMdev] Need help in converting int to double
...quot;. >> >> Now i'm writing code for shift left(SHL) operator. I had my own Value >> Structure .. it's like this >> >> Struct Value >> { >> void *val ; >> char type; >> } >> >> The "char type" holds DoubleType,DoubleConst,StringType,StringConst... >> >> when i'm executing the IrBuilder.CreateShl(LHS,RHS) instruction it is >> returning an integer value as output.. i'm unable to store the value in my >> structure....(because my structure can hold Doubles,Strings). >> >> Is...
2011 Sep 22
0
[LLVMdev] FW: Need help in converting int to double
...ject area is "Enhancing the performance of V8 javascript engine using LLVM as a back-end". Now i'm writing code for shift left(SHL) operator. I had my own Value Structure .. it's like this Struct Value { void *val ; char type; } The "char type" holds DoubleType,DoubleConst,StringType,StringConst... when i'm executing the IrBuilder.CreateShl(LHS,RHS) instruction it is returning an integer value as output.. i'm unable to store the value in my structure....(because my structure can hold Doubles,Strings). Is there any way to store the integer output in my s...
2011 Sep 22
0
[LLVMdev] Need help in converting int to double
...roject area is "Enhancing the performance of V8 javascript engine using LLVM as a back-end". Now i'm writing code for shift left(SHL) operator. I had my own Value Structure .. it's like this Struct Value { void *val ; char type; } The "char type" holds DoubleType,DoubleConst,StringType,StringConst... when i'm executing the IrBuilder.CreateShl(LHS,RHS) instruction it is returning an integer value as output.. i'm unable to store the value in my structure....(because my structure can hold Doubles,Strings). Is there any way to store the integer output in my str...
2011 Sep 22
1
[LLVMdev] Need help in converting int to double
...javascript engine using LLVM as a back-end". > > Now i'm writing code for shift left(SHL) operator. I had my own Value > Structure .. it's like this > > Struct Value > { > void *val ; > char type; > } > > The "char type" holds DoubleType,DoubleConst,StringType,StringConst... > > when i'm executing the IrBuilder.CreateShl(LHS,RHS) instruction it is > returning an integer value as output.. i'm unable to store the value in my > structure....(because my structure can hold Doubles,Strings). > > Is there any way to store...