Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:Args

720                 Value *Args[4] = { Source->getArgOperand(0),
726 return ReplaceInstUsesWith(CI, Builder->CreateCall(F, Args));
1357 std::vector<Value*> Args;
1358 Args.reserve(NumActualArgs);
1382 Args.push_back(*AI);
1384 Args.push_back(Builder->CreateBitCast(*AI, ParamTy));
1397 Args.push_back(Constant::getNullValue(FT->getParamType(i)));
1410 Args.push_back(Builder->CreateCast(opcode, *AI, PTy));
1412 Args.push_back(*AI);
1437 II->getUnwindDest(), Args);
1443 NC = Builder->CreateCall(Callee, Args);