Return true if this is a vector constant that includes any undef or poison elements. 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.
Synopsis
Declared in <llvm/IR/Constant.h>
bool
containsUndefOrPoisonElement() const;
Created with MrDocs