Home | History | Annotate | Download | only in bugpoint

Lines Matching refs:Args

821       std::vector<Value*> args;
826 args.push_back(I);
831 CallInst *call = CallInst::Create(oldMainProto, args, "", BB);
927 std::vector<Value*> Args;
930 Args.push_back(i);
934 CallInst::Create(FuncPtr, Args, "", DoCallBB);
937 CallInst *Call = CallInst::Create(FuncPtr, Args,