mlirPDLValueAsOperation

Function mlirPDLValueAsOperation 

Source
pub unsafe extern "C" fn mlirPDLValueAsOperation(
    value: MlirPDLValue,
) -> MlirOperation
Expand description

Cast the MlirPDLValue to an MlirOperation. Return a null value if the cast fails, just like llvm::dyn_cast.