Lines Matching refs:Args
1124 std::vector<Value*> Args;
1125 Args.reserve(NumActualArgs);
1149 Args.push_back(*AI);
1151 Args.push_back(Builder->CreateBitCast(*AI, ParamTy));
1164 Args.push_back(Constant::getNullValue(FT->getParamType(i)));
1177 Args.push_back(Builder->CreateCast(opcode, *AI, PTy));
1179 Args.push_back(*AI);
1204 II->getUnwindDest(), Args);
1210 NC = Builder->CreateCall(Callee, Args);