pub unsafe extern "C" fn mlirAffineExprGetLargestKnownDivisor(
affineExpr: MlirAffineExpr,
) -> i64
Expand description
Returns the greatest known integral divisor of this affine expression. The result is always positive.
pub unsafe extern "C" fn mlirAffineExprGetLargestKnownDivisor(
affineExpr: MlirAffineExpr,
) -> i64
Returns the greatest known integral divisor of this affine expression. The result is always positive.