Return true if this instruction has poison‐generating flags, attributes or metadata.
Synopsis
Declared in <llvm/IR/Instruction.h>
bool
hasPoisonGeneratingAnnotations() const;
Return Value
True if any poison‐generating annotation is present.
Created with MrDocs