pub unsafe extern "C" fn mlirSMTTypeGetBitVector(
ctx: MlirContext,
width: i32,
) -> MlirTypeExpand description
Creates a smt::BitVectorType with the given width.
pub unsafe extern "C" fn mlirSMTTypeGetBitVector(
ctx: MlirContext,
width: i32,
) -> MlirTypeCreates a smt::BitVectorType with the given width.