ΒΆvoid DecodePSHUFBMask(
    ArrayRef<uint64_t> RawMask,
    const llvm::APInt& UndefElts,
    SmallVectorImpl<int>& ShuffleMask)

Description

Decode a PSHUFB mask from a raw array of constants such as from BUILD_VECTOR.

Declared at: llvm/lib/Target/X86/MCTargetDesc/X86ShuffleDecode.h:100

Parameters

ArrayRef<uint64_t> RawMask
const llvm::APInt& UndefElts
SmallVectorImpl<int>& ShuffleMask