Home | History | Annotate | Download | only in bugpoint

Lines Matching refs:Args

820       std::vector<Value*> args;
825 args.push_back(I);
830 CallInst *call = CallInst::Create(oldMainProto, args, "", BB);
926 std::vector<Value*> Args;
929 Args.push_back(i);
933 CallInst::Create(FuncPtr, Args, "", DoCallBB);
936 CallInst *Call = CallInst::Create(FuncPtr, Args,