Function mlir_sys::mlirAffineMapGetMajorSubMap
source · pub unsafe extern "C" fn mlirAffineMapGetMajorSubMap(
affineMap: MlirAffineMap,
numResults: isize
) -> MlirAffineMap
Expand description
Returns the affine map consisting of the most major numResults
results.
Returns the null AffineMap if the numResults
is equal to zero.
Returns the affineMap
if numResults
is greater or equals to number of
results of the given affine map.