llvm::Operator::hasPoisonGeneratingAnnotations

Return true if this operator has poison-generating flags, return attributes or metadata. The latter two is only possible for instructions.

Synopsis

Declared in <llvm/IR/Operator.h>

bool
hasPoisonGeneratingAnnotations() const;

Return Value

True if this operator has poison-generating flags, attributes, or metadata.