Function mlir_sys::mlirValueGetFirstUse
source · pub unsafe extern "C" fn mlirValueGetFirstUse(
value: MlirValue
) -> MlirOpOperand
Expand description
Returns an op operand representing the first use of the value, or a null op operand if there are no uses.