Displaying 3 results from an estimated 3 matches for "tp21961718p28333005".
2010 Apr 22
1
[LLVMdev] Operand, instruction
...>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
>
--
View this message in context: http://old.nabble.com/Operand%2C-instruction-tp21961718p28333005.html
Sent from the LLVM - Dev mailing list archive at Nabble.com.
2010 Apr 22
0
[LLVMdev] Operand, instruction
help__me_please wrote:
> Thanks for the quick reply.
> I am able to get the numerical value. But i also need the numerical value to
> be in value type, so that it can be used as operand of other instruction.
> For that i am trying to create a new ConstantInt, but i am unable to find
> create() function for ConstantInt.
>
There is no need to do that. If you look at the
2010 Apr 22
2
[LLVMdev] Operand, instruction
Thanks for the quick reply.
I am able to get the numerical value. But i also need the numerical value to
be in value type, so that it can be used as operand of other instruction.
For that i am trying to create a new ConstantInt, but i am unable to find
create() function for ConstantInt.
Thanks again for the quick and helpful reply.
Ben Perry-3 wrote:
>
> if (ConstantInt *c = (ConstantInt