Return whether this intrinsic propagates poison for all operands.

Synopsis

Declared in <llvm/Analysis/ValueTracking.h>

bool
intrinsicPropagatesPoison(Intrinsic::ID IID);

Return Value

True if the intrinsic propagates poison from every operand.

Parameters

Name

Description

IID

Intrinsic identifier to classify.

Created with MrDocs