pub unsafe extern "C" fn mlirAffineExprIsFunctionOfDim(
affineExpr: MlirAffineExpr,
position: isize,
) -> bool
Expand description
Checks whether the given affine expression involves AffineDimExpr ‘position’.
pub unsafe extern "C" fn mlirAffineExprIsFunctionOfDim(
affineExpr: MlirAffineExpr,
position: isize,
) -> bool
Checks whether the given affine expression involves AffineDimExpr ‘position’.