ΒΆllvm::APInt possiblyDemandedEltsInMask(
    llvm::Value* Mask)

Description

Given a mask vector of the form <Y x i1>, return an APInt (of bitwidth Y) for each lane which may be active.

Declared at: llvm/include/llvm/Analysis/VectorUtils.h:389

Parameters

llvm::Value* Mask