llvm::TargetLowering::MakeLibCallOptions::setDiscardResult

Set whether the libcall return value is unused.

Synopsis

Declared in <llvm/CodeGen/TargetLowering.h>

MakeLibCallOptions&
setDiscardResult(bool Value = true);

Return Value

A reference to this object for chaining.

Parameters

NameDescription
ValueWhether the return is discarded.