mlirSMTTypeGetSMTFunc

Function mlirSMTTypeGetSMTFunc 

Source
pub unsafe extern "C" fn mlirSMTTypeGetSMTFunc(
    ctx: MlirContext,
    numberOfDomainTypes: usize,
    domainTypes: *const MlirType,
    rangeType: MlirType,
) -> MlirType
Expand description

Creates a smt::FuncType with the given domain and range types.