mlirPDLValueAsValue

Function mlirPDLValueAsValue 

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

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