ΒΆbool matchIntrinsicVarArg(
    bool isVarArg,
    ArrayRef<llvm::Intrinsic::IITDescriptor>&
        Infos)

Description

Verify if the intrinsic has variable arguments. This method is intended to be called after all the fixed arguments have been matched first. This method returns true on error.

Declared at: llvm/include/llvm/IR/Intrinsics.h:194

Parameters

bool isVarArg
ArrayRef<llvm::Intrinsic::IITDescriptor>& Infos