mlir_sys

Type Alias LLVMUseRef

Source
pub type LLVMUseRef = *mut LLVMOpaqueUse;
Expand description

Used to get the users and usees of a Value.

@see llvm::Use