search for: waitor

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

Did you mean: waiter
2013 Aug 16
2
[LLVMdev] CreateOr no matching member error
...: Type * type = IntegerType::getInt32Ty(getGlobalContext()); IRBuilder<> builder(BB); std::set<Value *> Vset; Value * Vresult=0; for(std::set<Value*>::iterator Vit=Vset.begin();Vit!=Vset.end();Vit++) { Vresult=builder.CreateOr(Vit, Vresult, "WaitOr"); } Vset is inserted in previous loop by 0 or 1 The error is error: no matching member function for call to 'CreateOr' Vresult=builder.CreateOr(Vit, Vresult, "WaitOr"); Which input is wrong in the CreateOr() ? -- * Rasha Salah Omar Msc St...