Displaying 2 results from an estimated 2 matches for "first_inst".
Did you mean:
first_instr
2013 Aug 19
4
[LLVMdev] Generating GetElementPtr inlined in a function argument list programmatically
...mentPtrInst::CreateInBounds(global_str_ptr, indices, "bbname", bb->getFirstNonPHI());args.push_back(gep_str);args.push_back(ConstantInt::get(IntegerType::getInt32Ty(getGlobalContext()), size));CallInst* inc_call = CallInst::Create(func_incrementFaultSitesEnumerated, args, "", first_inst);-------------------------------------------------------------------
Thanks in advance!
Tommy Chen08-19-2013
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130820/ea3df464/attachment.html>
2013 Aug 19
0
[LLVMdev] Generating GetElementPtr inlined in a function argument list programmatically
...,
> indices,
> "bbname", bb->getFirstNonPHI());
> args.push_back(gep_str);
> args.push_back(ConstantInt::get(IntegerType::getInt32Ty(getGlobalContext()),
> size));
> CallInst* inc_call = CallInst::Create(func_incrementFaultSitesEnumerated, args,
> "", first_inst);
> -------------------------------------------------------------------
>
> Thanks in advance!
>
> Tommy Chen
> 08-19-2013
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http...