search for: ptr_switch_gep_indices

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

2012 Jun 17
3
[LLVMdev] BlockAddress instruction is copied instead of cloned during module link?
...nitions gvar_array_switch_bbs->setInitializer(const_array_5); // Function Definitions // Function: my_func (func_my_func) { Function::arg_iterator args = func_my_func->arg_begin(); Value* int32_12 = args++; // Block issue.top (label_issue_top) std::vector<Value*> ptr_switch_gep_indices; ptr_switch_gep_indices.push_back(const_int32_10); ptr_switch_gep_indices.push_back(int32_12); Instruction* ptr_switch_gep = GetElementPtrInst::Create(gvar_array_switch_bbs, ptr_switch_gep_indices, "switch.gep", label_issue_top); LoadInst* ptr_switch_load = new LoadInst(ptr_...