Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:Args

1046   std::vector<Value*> Args;
1047 Args.reserve(NumActualArgs);
1066 Args.push_back(*AI);
1070 Args.push_back(Builder->CreateCast(opcode, *AI, ParamTy, "tmp"));
1081 Args.push_back(Constant::getNullValue(FT->getParamType(i)));
1096 Args.push_back(Builder->CreateCast(opcode, *AI, PTy, "tmp"));
1098 Args.push_back(*AI);
1120 II->getUnwindDest(), Args);
1126 NC = Builder->CreateCall(Callee, Args);