LLVMGetUndef

Function LLVMGetUndef 

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

Obtain a constant value referring to an undefined value of a type.

@see llvm::UndefValue::get()