Home | History | Annotate | Download | only in bugpoint

Lines Matching defs:args

785       std::vector<Value*> args;

790 args.push_back(I);
795 CallInst *call = CallInst::Create(oldMainProto, args, "", BB);
890 std::vector<Value*> Args;
893 Args.push_back(i);
897 CallInst::Create(FuncPtr, Args, "", DoCallBB);
900 CallInst *Call = CallInst::Create(FuncPtr, Args,