ΒΆint LLVMGetMaskValue(
    LLVMValueRef ShuffleVectorInst,
    unsigned int Elt)

Description

Get the mask value at position Elt in the mask of a ShuffleVector instruction.

Declared at: llvm/include/llvm-c/Core.h:4099

Parameters

LLVMValueRef ShuffleVectorInst
unsigned int Elt

Returns

the result of \c LLVMGetUndefMaskElem() if the mask value is undef at that position.