llvm::ConstantExpr::getShuffleMaskForBitcode

Assert that this is a shufflevector and return the mask.

Synopsis

Declared in <llvm/IR/Constants.h>

Constant*
getShuffleMaskForBitcode() const;

Description

TODO: This is a temporary hack until we update the bitcode format for shufflevector.

Return Value

The shuffle mask constant for bitcode emission.