Whether the intrinsic is signed or unsigned.

Synopsis

Declared in <llvm/IR/IntrinsicInst.h>

bool
isSigned() const;

Return Value

True if the intrinsic is signed.

Created with MrDocs