LLVMGetValueKind

Function LLVMGetValueKind 

Source
pub unsafe extern "C" fn LLVMGetValueKind(
    Val: LLVMValueRef,
) -> LLVMValueKind
Expand description

Obtain the enumerated type of a Value instance.

@see llvm::Value::getValueID()