mlirPDLValueAsType

Function mlirPDLValueAsType 

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

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