search for: xor_flip

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

2014 Jul 20
2
[LLVMdev] error in InsertElementInst
...llowing: Type *Instr_vector = VectorType::get(Int32, 4); Value *emptyVec = UndefValue::get(Instr_vector); Constant* index0 = Constant::getIntegerValue(u32Ty, llvm::APInt(32, 0)); Instruction *Insert = new InsertElementInst(instr, emptyVec, index0, "test"); b->getInstList().insertAfter(Xor_flip, Insert); Do you have any suggestions for these errors? Thanks in Advance, Vasilis -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140720/adf4b191/attachment.html>