Displaying 3 results from an estimated 3 matches for "point_direct".
Did you mean:
mtpoint_direct
2011 Feb 22
2
[LLVMdev] Clone a function and change signature
...>getNumOperands();j++) {
Args.push_back(CI->getOperand(j));
}
//Add the extra parameter
Args.push_back(GEP->getPointerOperand());
CallInst *CallI = CallInst::Create(DirectF,Args.begin(), Args.end(),"", CI);
CallI->dump();
But I get the following exception
call void @point_DIRECT(i16* %tmp1324mod, i16* %tmp1322mod) nounwind
define internal void @point_DIRECT(i16* %x, i16* %y) nounwind {
entry:
%xx = alloca i32 ; <i32*> [#uses=3]
%yy = alloca i32 ; <i32*> [#uses=3]
%tmp = load %struct.MT** @mt,...
2011 Feb 22
0
[LLVMdev] Clone a function and change signature
...gt;getOperand(j));
> }
> //Add the extra parameter
> Args.push_back(GEP->getPointerOperand());
> CallInst *CallI = CallInst::Create(DirectF,Args.begin(),
> Args.end(),"", CI);
> CallI->dump();
>
>
> But I get the following exception
>
> call void @point_DIRECT(i16* %tmp1324mod, i16* %tmp1322mod) nounwind
>
> define internal void @point_DIRECT(i16* %x, i16* %y) nounwind {
> entry:
> %xx = alloca i32 ; <i32*> [#uses=3]
> %yy = alloca i32 ; <i32*> [#uses=3]
> %...
2011 Feb 23
0
[LLVMdev] LLVMdev Digest, Vol 80, Issue 37-Help to unsubscribe
...>getNumOperands();j++) {
Args.push_back(CI->getOperand(j));
}
//Add the extra parameter
Args.push_back(GEP->getPointerOperand());
CallInst *CallI = CallInst::Create(DirectF,Args.begin(), Args.end(),"", CI);
CallI->dump();
But I get the following exception
call void @point_DIRECT(i16* %tmp1324mod, i16* %tmp1322mod) nounwind
define internal void @point_DIRECT(i16* %x, i16* %y) nounwind {
entry:
%xx = alloca i32 ; <i32*> [#uses=3]
%yy = alloca i32 ; <i32*> [#uses=3]
%tmp = load %struct.MT** @mt,...