LLVMIsNull

Function LLVMIsNull 

Source
pub unsafe extern "C" fn LLVMIsNull(Val: LLVMValueRef) -> LLVMBool
Expand description

Determine whether a value instance is null.

@see llvm::Constant::isNullValue()