search for: afqjcnfsbtv4cr8zpl5upgoiasrdfvcdsw

Displaying 1 result from an estimated 1 matches for "afqjcnfsbtv4cr8zpl5upgoiasrdfvcdsw".

2012 May 04
2
[LLVMdev] Convert a vector size
Hi, Based on LLVM lang spec (http://llvm.org/docs/LangRef.html#i_bitcast<http://www.google.com/url?sa=D&q=http://llvm.org/docs/LangRef.html%23i_bitcast&usg=AFQjCNFsBtV4Cr8zpL5UpgoIASRDFvcdSw>) notes I have understood ,that bitcast of vectors to vectors is OK,only if provided the vectors are of the same size.Is it possible to convert a vectors from different size? For example a vector of 3 elements Int16Ty type to vector having one element of 64 bit Int64Ty ? Thank you -------------...