LLVMConstIntGetZExtValue

Function LLVMConstIntGetZExtValue 

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

Obtain the zero extended value for an integer constant value.

@see llvm::ConstantInt::getZExtValue()