Function mlir_sys::mlirAffineMapGetSingleConstantResult
source · pub unsafe extern "C" fn mlirAffineMapGetSingleConstantResult(
affineMap: MlirAffineMap
) -> i64
Expand description
Returns the constant result of the given affine map. The function asserts that the map has a single constant result.