LLVMConstIntGetSExtValue

Function LLVMConstIntGetSExtValue 

Source
pub unsafe extern "C" fn LLVMConstIntGetSExtValue(
    ConstantVal: LLVMValueRef,
) -> c_longlong
Expand description

Obtain the sign extended value for an integer constant value.

@see llvm::ConstantInt::getSExtValue()