llvm::ConstantExpr::getShuffleMask

Assert that this is a shufflevector and return the mask. See class ShuffleVectorInst for a description of the mask representation.

Synopsis

Declared in <llvm/IR/Constants.h>

ArrayRef<int>
getShuffleMask() const;

Return Value

The shuffle mask indices.