Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:Args

3581   SmallVector<Value*, 8> Args;
3598 Args.push_back(ArgList[i].V);
3616 InvokeInst *II = InvokeInst::Create(Callee, NormalBB, UnwindBB, Args);
3987 SmallVector<Value*, 8> Args;
4004 Args.push_back(ArgList[i].V);
4022 CallInst *CI = CallInst::Create(Callee, Args);