llvm::CallBase::mutateFunctionType

Change the function type of this call and update the result type.

Synopsis

Declared in <llvm/IR/InstrTypes.h>

void
mutateFunctionType(FunctionType* FTy);

Parameters

NameDescription
FTyNew function type for the call.