LLVMTypeOf

Function LLVMTypeOf 

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

Obtain the type of a value.

@see llvm::Value::getType()