pub unsafe extern "C" fn mlirAffineExprIsMultipleOf(
affineExpr: MlirAffineExpr,
factor: i64,
) -> bool
Expand description
Checks whether the given affine expression is a multiple of ‘factor’.
pub unsafe extern "C" fn mlirAffineExprIsMultipleOf(
affineExpr: MlirAffineExpr,
factor: i64,
) -> bool
Checks whether the given affine expression is a multiple of ‘factor’.