ΒΆbool maskIsAllOneOrUndef(llvm::Value* Mask)
bool maskIsAllOneOrUndef(llvm::Value* Mask)
Description
Given a mask vector of i1, Return true if all of the elements of this predicate mask are known to be true or undef. That is, return true if all lanes can be assumed active.
Declared at: llvm/include/llvm/Analysis/VectorUtils.h:577
Parameters
- llvm::Value* Mask