Return true if this call must not be treated as a library builtin.

Synopsis

Declared in <llvm/IR/InstrTypes.h>

bool
isNoBuiltin() const;

Description

Return true if the call should not be treated as a call to a builtin.

Return Value

True if nobuiltin is set and builtin is not.

Created with MrDocs