Lines Matching full:given
52 /// Returns `true` if the given affine expression is a null expression. Note
68 /// Checks whether the given affine expression is made out of only symbols and
73 /// Checks whether the given affine expression is a pure affine expression, i.e.
82 /// Checks whether the given affine expression is a multiple of 'factor'.
86 /// Checks whether the given affine expression involves AffineDimExpr
91 /// Composes the given map with the given expression.
99 /// Checks whether the given affine expression is a dimension expression.
106 /// Returns the position of the given affine dimension expression.
114 /// Checks whether the given affine expression is a symbol expression.
121 /// Returns the position of the given affine symbol expression.
129 /// Checks whether the given affine expression is a constant expression.
136 /// Returns the value of the given affine constant expression.
144 /// Checks whether the given affine expression is an add expression.
155 /// Checks whether the given affine expression is an mul expression.
166 /// Checks whether the given affine expression is an mod expression.
177 /// Checks whether the given affine expression is an floordiv expression.
188 /// Checks whether the given affine expression is an ceildiv expression.
199 /// Checks whether the given affine expression is binary.
202 /// Returns the left hand side affine expression of the given affine binary
207 /// Returns the right hand side affine expression of the given affine binary