search for: i_extractel

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

2011 Nov 07
1
[LLVMdev] Get a vector value.
Hello I have a pointer to llvm::Value *,I know its a pointer to some llvm::CompositeType (vector) Could you please tell me how can I get a value of specific index in the vector. Thank you. Yakov -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111107/0b475afd/attachment.html>
2006 Jan 20
2
[LLVMdev] X86-64 target
Chris Lattner wrote: > On Thu, 19 Jan 2006, Morten Ofstad wrote: >> Hello, I'm currently porting our software to the x86-64 (windows) >> platform. I've already done most of the work involved in getting LLVM >> itself to run on 64-bit windows, but of course that doesn't help much >> as long as the emitted code is 32-bit... > > My understanding is