Function mlir_sys::mlirAffineExprIsPureAffine
source · pub unsafe extern "C" fn mlirAffineExprIsPureAffine(
affineExpr: MlirAffineExpr
) -> bool
Expand description
Checks whether the given affine expression is a pure affine expression, i.e. mul, floordiv, ceildic, and mod is only allowed w.r.t constants.