Return true if this value is a swifterror value.

Synopsis

Declared in <llvm/IR/Value.h>

bool
isSwiftError() const;

Description

swifterror values can be either a function argument or an alloca with a swifterror attribute.

Return Value

true if this value is a swifterror value.

Created with MrDocs