Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:Args

3190   SmallVector<Value*, 8> Args;
3207 Args.push_back(ArgList[i].V);
3221 InvokeInst *II = InvokeInst::Create(Callee, NormalBB, UnwindBB, Args);
3526 SmallVector<Value*, 8> Args;
3543 Args.push_back(ArgList[i].V);
3557 CallInst *CI = CallInst::Create(Callee, Args);