pub unsafe extern "C" fn mlirSMTAttrGetBitVector(
ctx: MlirContext,
value: u64,
width: c_uint,
) -> MlirAttributeExpand description
Creates a smt::BitVectorAttr with the given value and width.
pub unsafe extern "C" fn mlirSMTAttrGetBitVector(
ctx: MlirContext,
value: u64,
width: c_uint,
) -> MlirAttributeCreates a smt::BitVectorAttr with the given value and width.