Return true if this vector constant includes undef or poison elements.
Declared in <llvm/IR/Constant.h>
bool
containsUndefOrPoisonElement() const;
Since it is impossible to inspect a scalable vector element-wise at compile time, this function returns true only if the entire vector is undef or poison.
True if this vector constant includes undef or poison elements.