mlir::dialects::affine

Trait IExpr

Source
pub trait IExpr {
    // Required methods
    fn as_expr(&self) -> Expr;
    fn get(&self) -> &MlirAffineExpr;
}

Required Methods§

Source

fn as_expr(&self) -> Expr

Source

fn get(&self) -> &MlirAffineExpr

Trait Implementations§

Source§

impl PartialEq for dyn IExpr

Source§

fn eq(&self, rhs: &Self) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.

Implementors§