Lines Matching refs:Args
1235 "Identically typed functions have different numbers of args!");1693 SmallVector<Value *, 16> Args;1696 for (Argument & AI : NewG->args()) {1697 Args.push_back(createCast(Builder, &AI, FFTy->getParamType(i)));1701 CallInst *CI = Builder.CreateCall(F, Args);