LLVMConstNull

Function LLVMConstNull 

Source
pub unsafe extern "C" fn LLVMConstNull(
    Ty: LLVMTypeRef,
) -> LLVMValueRef
Expand description

Obtain a constant value referring to the null instance of a type.

@see llvm::Constant::getNullValue()